diff options
Diffstat (limited to 'extra/exo/exo.install')
-rw-r--r-- | extra/exo/exo.install | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/exo/exo.install b/extra/exo/exo.install index 17ca8f78a..e4f8fd06c 100644 --- a/extra/exo/exo.install +++ b/extra/exo/exo.install @@ -3,9 +3,11 @@ post_install() { } post_upgrade() { - post_install $1 + post_install } post_remove() { - post_install $1 + post_install } + +# vim:set ts=2 sw=2 et: |