Maemo: Re-enable package installation via UTFS mount.

This commit is contained in:
Christian Kandeler
2010-11-02 14:26:24 +01:00
parent f2d14996ad
commit 7edc45a23a
3 changed files with 1 additions and 8 deletions

View File

@@ -422,11 +422,9 @@ void MaemoDeployStep::handleUnmounted()
switch (m_unmountState) {
case OldDirsUnmount:
#if 0 // TODO: Disabled for 2.1. Re-enable later or throw away for good.
if (toolChain()->allowsRemoteMounts())
setupMount();
else
#endif
prepareSftpConnection();
break;
case CurrentDirsUnmount: