summaryrefslogtreecommitdiff
path: root/mupen64plus-qt.install
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-07 01:01:58 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-07 01:01:58 -0700
commitd51d8fc40359c4ff2a89a697727558b3ffba4f0b (patch)
tree120acc6ef7c0aff5bdc56a8191a6ca3c611e5919 /mupen64plus-qt.install
downloadmupen64plus-qt-d51d8fc40359c4ff2a89a697727558b3ffba4f0b.tar.xz
Initial commit
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