diff options
Diffstat (limited to 'community/stuntrally/stuntrally.install')
-rw-r--r-- | community/stuntrally/stuntrally.install | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/stuntrally/stuntrally.install b/community/stuntrally/stuntrally.install index 547348418..3a13ff305 100644 --- a/community/stuntrally/stuntrally.install +++ b/community/stuntrally/stuntrally.install @@ -1,11 +1,13 @@ post_install() { - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } + +# vim:set ts=2 sw=2 et: |