diff options
author | Brian Bidulock | 2015-06-10 13:08:54 -0600 |
---|---|---|
committer | Brian Bidulock | 2015-06-10 13:08:54 -0600 |
commit | c93dfa71e13c5144515351f0ad2d5be727714a6f (patch) | |
tree | d4ad644f9ac62f8056851f44bccaad20867acb96 /perlpanel.install | |
download | aur-c93dfa71e13c5144515351f0ad2d5be727714a6f.tar.gz |
initial version
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 +} + |