summarylogtreecommitdiffstats
path: root/memsource-editor.install
diff options
context:
space:
mode:
authorDaveB2015-06-11 12:21:26 +0200
committerDaveB2015-06-11 12:21:26 +0200
commit35876731a3e3030648bc0098e96c170e1299291c (patch)
treece622ea5164c24789801f5773e3b522d741e0340 /memsource-editor.install
downloadaur-35876731a3e3030648bc0098e96c170e1299291c.tar.gz
Initial import
Diffstat (limited to 'memsource-editor.install')
-rw-r--r--memsource-editor.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/memsource-editor.install b/memsource-editor.install
new file mode 100644
index 000000000000..44e844d9565d
--- /dev/null
+++ b/memsource-editor.install
@@ -0,0 +1,8 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-mime-database /usr/share/mime
+}
+
+post_remove() {
+ post_install
+}