summaryrefslogtreecommitdiff
path: root/community/parole/parole.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-06 23:14:37 +0000
committerroot <root@rshg054.dnsready.net>2011-10-06 23:14:37 +0000
commit5442e9b8f357932ed5d6cb46e90fcbf6f453469f (patch)
treee2393e2f381e2e539810e51c34e56c8f687c153c /community/parole/parole.install
parent068f1f30c0bba25b6b88cefbe982a72535fa1951 (diff)
Thu Oct 6 23:14:37 UTC 2011
Diffstat (limited to 'community/parole/parole.install')
-rw-r--r--community/parole/parole.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/parole/parole.install b/community/parole/parole.install
new file mode 100644
index 000000000..17ca8f78a
--- /dev/null
+++ b/community/parole/parole.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}