summarylogtreecommitdiffstats
path: root/creeper-world.install
diff options
context:
space:
mode:
Diffstat (limited to 'creeper-world.install')
-rw-r--r--creeper-world.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/creeper-world.install b/creeper-world.install
deleted file mode 100644
index a907e70974c7..000000000000
--- a/creeper-world.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}