summarylogtreecommitdiffstats
path: root/luciole.install
diff options
context:
space:
mode:
authorianux2015-06-10 13:00:58 +0200
committerianux2015-06-10 13:00:58 +0200
commitd672e8a25db78c595e3eb85e0fdd02a2bcb6201a (patch)
treed855974c0e4e2b5273f74928af7727a77e9b59d6 /luciole.install
downloadaur-luciole.tar.gz
Initial import
Diffstat (limited to 'luciole.install')
-rw-r--r--luciole.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/luciole.install b/luciole.install
new file mode 100644
index 000000000000..83fcde6d010f
--- /dev/null
+++ b/luciole.install
@@ -0,0 +1,18 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}
+
+op=$1
+shift
+
+$op $*
+
+