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