summaryrefslogtreecommitdiffstats
path: root/mumble-git/mumble.install
diff options
context:
space:
mode:
Diffstat (limited to 'mumble-git/mumble.install')
-rw-r--r--mumble-git/mumble.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/mumble-git/mumble.install b/mumble-git/mumble.install
new file mode 100644
index 0000000..8eea713
--- /dev/null
+++ b/mumble-git/mumble.install
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}