summarylogtreecommitdiffstats
path: root/xdg-launch-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'xdg-launch-git.install')
-rw-r--r--xdg-launch-git.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/xdg-launch-git.install b/xdg-launch-git.install
deleted file mode 100644
index 98965c989a92..000000000000
--- a/xdg-launch-git.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime > /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-