diff options
Diffstat (limited to 'community/gnome-ppp/gnome-ppp.install')
-rw-r--r-- | community/gnome-ppp/gnome-ppp.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/gnome-ppp/gnome-ppp.install b/community/gnome-ppp/gnome-ppp.install new file mode 100644 index 000000000..21b79d2d4 --- /dev/null +++ b/community/gnome-ppp/gnome-ppp.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() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} |