From 5442e9b8f357932ed5d6cb46e90fcbf6f453469f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Oct 2011 23:14:37 +0000 Subject: Thu Oct 6 23:14:37 UTC 2011 --- community/parole/parole.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/parole/parole.install (limited to 'community/parole/parole.install') 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 +} -- cgit v1.2.3-54-g00ecf