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.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/geany-plugins/geany-plugins.install b/community/geany-plugins/geany-plugins.install
new file mode 100644
index 000000000..c5a602e43
--- /dev/null
+++ b/community/geany-plugins/geany-plugins.install
@@ -0,0 +1,15 @@
+pkgname=geany-plugins
+
+post_upgrade() {
+ gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+}
+
+post_install() {
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
+}
+
+# vim:set ts=2 sw=2 et: