summarylogtreecommitdiffstats
path: root/luciole.install
diff options
context:
space:
mode:
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 $*
+
+