diff options
Diffstat (limited to 'community-testing/zathura/zathura.install')
-rw-r--r-- | community-testing/zathura/zathura.install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community-testing/zathura/zathura.install b/community-testing/zathura/zathura.install deleted file mode 100644 index f450cf9b8..000000000 --- a/community-testing/zathura/zathura.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - which gtk-update-icon-cache >/dev/null && \ - [ -d usr/share/icons/hicolor ] && \ - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |