summarylogtreecommitdiffstats
path: root/minecraft-pi.install
diff options
context:
space:
mode:
authorBuildTools2021-01-28 19:21:39 +0100
committerBuildTools2021-01-28 19:21:39 +0100
commit1be5943c757c2dafdc69fcb63dbcfbd61b584f25 (patch)
treebe5247d328e7c4fdb3a49efecaa822d66c9b4e55 /minecraft-pi.install
parenta5308c550f519dd885b11c79a6d5caf2998c885e (diff)
downloadaur-minecraft-pi.tar.gz
Updated website and package url
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
-}