summarylogtreecommitdiffstats
path: root/hipchat.install
diff options
context:
space:
mode:
authorvlad2015-07-08 15:38:00 +0300
committervlad2015-07-08 15:38:00 +0300
commit4600c9cd0a5899a269b67703d2ffbadeedbdb34a (patch)
tree7e1ea7d886d1505130e0cc52131d7670cdfe5c73 /hipchat.install
downloadaur-4600c9cd0a5899a269b67703d2ffbadeedbdb34a.tar.gz
Initial import
Diffstat (limited to 'hipchat.install')
-rw-r--r--hipchat.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/hipchat.install b/hipchat.install
new file mode 100644
index 000000000000..a32250b78dd7
--- /dev/null
+++ b/hipchat.install
@@ -0,0 +1,17 @@
+update_icon_cache() {
+ command -v gtk-update-icon-cache >/dev/null 2>&1 &&
+ gtk-update-icon-cache -qtf /usr/share/icons/hicolor
+ /bin/true
+}
+
+post_install() {
+ update_icon_cache
+}
+
+post_upgrade() {
+ update_icon_cache
+}
+
+post_remove() {
+ update_icon_cache
+}