summarylogtreecommitdiffstats
path: root/chewing-editor.install
diff options
context:
space:
mode:
authorChocobo12016-03-16 07:00:49 +0800
committerChocobo12016-03-16 07:00:49 +0800
commitb01344735f6c6ae90af42a430248ff2cf125a69e (patch)
tree97d278fe8b3e83d469beb4c09abe59f4cca76a48 /chewing-editor.install
downloadaur-b01344735f6c6ae90af42a430248ff2cf125a69e.tar.gz
Initial import
Diffstat (limited to 'chewing-editor.install')
-rw-r--r--chewing-editor.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/chewing-editor.install b/chewing-editor.install
new file mode 100644
index 000000000000..5c501dc49916
--- /dev/null
+++ b/chewing-editor.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}