diff options
Diffstat (limited to 'libre/icecat/icecat.install')
-rw-r--r-- | libre/icecat/icecat.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/icecat/icecat.install b/libre/icecat/icecat.install index c1fe8284a..1a1f4b16b 100644 --- a/libre/icecat/icecat.install +++ b/libre/icecat/icecat.install @@ -4,10 +4,10 @@ post_install() { } post_upgrade() { - post_install $1 + post_install } post_remove() { - post_install $1 + post_install } |