summaryrefslogtreecommitdiff
path: root/community/geany-plugins/geany-plugins.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-25 23:14:56 +0000
committerroot <root@rshg054.dnsready.net>2011-10-25 23:14:56 +0000
commitd03e905f54857600b3c36af9b221c34ccb11074f (patch)
tree6456a06bc5bed5a6083f02bb468392dc6ba6337e /community/geany-plugins/geany-plugins.install
parent0d7bab226067a44a9f1b978924e8201a3fa60764 (diff)
Tue Oct 25 23:14:56 UTC 2011
Diffstat (limited to 'community/geany-plugins/geany-plugins.install')
-rw-r--r--community/geany-plugins/geany-plugins.install13
1 files changed, 13 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..f26807673
--- /dev/null
+++ b/community/geany-plugins/geany-plugins.install
@@ -0,0 +1,13 @@
+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: