diff options
Diffstat (limited to 'community/calf/calf.install')
-rw-r--r-- | community/calf/calf.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/community/calf/calf.install b/community/calf/calf.install deleted file mode 100644 index b83f56c72..000000000 --- a/community/calf/calf.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - update-desktop-database /usr/share/applications -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - -# vim:set ts=2 sw=2 et: |