summarylogtreecommitdiffstats
path: root/noisemodeler.install
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing2015-06-30 19:38:58 +0200
committerJohan Klokkhammer Helsing2015-06-30 19:38:58 +0200
commit161eaed17584d09db02e68dde72a7bee1d4e9bd5 (patch)
treee80441e310cd8ef8b0155c1dbdbb6f2987da1a6e /noisemodeler.install
downloadaur-noisemodeler-git.tar.gz
Initial import
Diffstat (limited to 'noisemodeler.install')
-rw-r--r--noisemodeler.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/noisemodeler.install b/noisemodeler.install
new file mode 100644
index 000000000000..8341b2d97856
--- /dev/null
+++ b/noisemodeler.install
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor
+ update-mime-database /usr/share/mime
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}