summarylogtreecommitdiffstats
path: root/llpp.install
diff options
context:
space:
mode:
Diffstat (limited to 'llpp.install')
-rw-r--r--llpp.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/llpp.install b/llpp.install
deleted file mode 100644
index be8f4f9e1a13..000000000000
--- a/llpp.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- post_install
-}