summarylogtreecommitdiffstats
path: root/desktop.install
diff options
context:
space:
mode:
authorXZS2013-04-26 18:03:36 +0200
committerXZS2015-07-01 16:29:13 +0200
commit9658a7ebea1c65252d2dba0f5f948257107c0d60 (patch)
tree62e356914b6e97566e6e4705eed2b3e19a51271e /desktop.install
downloadaur-9658a7ebea1c65252d2dba0f5f948257107c0d60.tar.gz
initial version
Diffstat (limited to 'desktop.install')
-rw-r--r--desktop.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop.install b/desktop.install
new file mode 100644
index 000000000000..2eaa60550d51
--- /dev/null
+++ b/desktop.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}