summaryrefslogtreecommitdiff
path: root/community/tuxcmd/tuxcmd.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/tuxcmd/tuxcmd.install')
-rw-r--r--community/tuxcmd/tuxcmd.install5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/tuxcmd/tuxcmd.install b/community/tuxcmd/tuxcmd.install
index f3cb9db7c..6507863a5 100644
--- a/community/tuxcmd/tuxcmd.install
+++ b/community/tuxcmd/tuxcmd.install
@@ -3,10 +3,9 @@ post_install() {
}
post_upgrade() {
- post_install $1
+ post_install
}
post_remove() {
- post_install $1
+ post_install
}
-