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