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