summaryrefslogtreecommitdiff
path: root/lib/thandy/packagesys/PackageSystem.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thandy/packagesys/PackageSystem.py')
-rw-r--r--lib/thandy/packagesys/PackageSystem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thandy/packagesys/PackageSystem.py b/lib/thandy/packagesys/PackageSystem.py
index 04d6cd3..0145727 100644
--- a/lib/thandy/packagesys/PackageSystem.py
+++ b/lib/thandy/packagesys/PackageSystem.py
@@ -81,7 +81,7 @@ def getInstaller(installType, relPath, extra, defaultFormat, package):
elif installType == 'command':
import thandy.packagesys.ExePackages
installer = thandy.packagesys.ExePackages.CommandInstaller(
- relPath, extra['cmd_install'], extra['cmd_remove'])
+ relPath, extra['cmd_install'])
else:
return None