summarylogtreecommitdiffstats
path: root/minecraft-pi.install
diff options
context:
space:
mode:
Diffstat (limited to 'minecraft-pi.install')
-rw-r--r--minecraft-pi.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/minecraft-pi.install b/minecraft-pi.install
deleted file mode 100644
index 3bc09aeffaf2..000000000000
--- a/minecraft-pi.install
+++ /dev/null
@@ -1,15 +0,0 @@
-_update() {
- update-desktop-database -q
-}
-
-post_install() {
- _update
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- _update
-}