summarylogtreecommitdiffstats
path: root/mupen64plus-qt.install
diff options
context:
space:
mode:
authorDan Hasting2015-06-30 23:58:13 -0400
committerDan Hasting2015-06-30 23:58:13 -0400
commit0be9c409d1329cbad20783166cc2e717412e72fd (patch)
treeaa4325831398d53f258f36f176361bfeee39a140 /mupen64plus-qt.install
downloadaur-0be9c409d1329cbad20783166cc2e717412e72fd.tar.gz
Initial import
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 000000000000..f196c4e67a03
--- /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