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