summarylogtreecommitdiffstats
path: root/mars-mips.install
diff options
context:
space:
mode:
authorM0Rf302015-06-17 15:58:21 +0200
committerM0Rf302015-06-17 15:58:21 +0200
commitbff14bc77e367734844f379341938ff740bc2bfa (patch)
treeaf01c3ec5f6842e910e536507449a047cd878b27 /mars-mips.install
downloadaur-bff14bc77e367734844f379341938ff740bc2bfa.tar.gz
Initial import
Diffstat (limited to 'mars-mips.install')
-rw-r--r--mars-mips.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/mars-mips.install b/mars-mips.install
new file mode 100644
index 000000000000..188af641d322
--- /dev/null
+++ b/mars-mips.install
@@ -0,0 +1,9 @@
+post_install() {
+ [[ $(type -p gtk-update-icon-cache) ]] && usr/bin/gtk-update-icon-cache -qtf usr/share/icons/hicolor
+ [[ $(type -p update-desktop-database) ]] && usr/bin/update-desktop-database -q usr/share/applications
+}
+
+post_remove() {
+ [[ $(type -p gtk-update-icon-cache) ]] && usr/bin/gtk-update-icon-cache -qtf usr/share/icons/hicolor
+ [[ $(type -p update-desktop-database) ]] && usr/bin/update-desktop-database -q usr/share/applications
+}