summaryrefslogtreecommitdiff
path: root/mupen64plus-qt.install
diff options
context:
space:
mode:
Diffstat (limited to 'mupen64plus-qt.install')
-rw-r--r--mupen64plus-qt.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/mupen64plus-qt.install b/mupen64plus-qt.install
new file mode 100644
index 0000000..f196c4e
--- /dev/null
+++ b/mupen64plus-qt.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
+} \ No newline at end of file