diff options
Diffstat (limited to 'perlpanel.install')
-rw-r--r-- | perlpanel.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/perlpanel.install b/perlpanel.install new file mode 100644 index 00000000000..8ef309e60ee --- /dev/null +++ b/perlpanel.install @@ -0,0 +1,14 @@ +post_install() { + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor && \ + gtk-update-icon-cache -q -t -f /usr/share/icons/Bluecurve && \ + gtk-update-icon-cache -q -t -f /usr/share/icons/crystalsvg +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + |