summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMagnus Boman2021-02-07 15:32:18 +0100
committerMagnus Boman2021-02-07 15:32:18 +0100
commitcc8b61507160807681a9067b8d4cf95d4805cb49 (patch)
treed4ec58638a28af487fdc6aa60140df7cb0e9f9ab /install
parent445442a935449bff67cf09219cfe90ea3ede7851 (diff)
downloadaur-cc8b61507160807681a9067b8d4cf95d4805cb49.tar.gz
upgpkg: minetest-git 1:5.3.0.r399.g4caf156be-1
Updated to be more like [community] package
Diffstat (limited to 'install')
-rw-r--r--install13
1 files changed, 0 insertions, 13 deletions
diff --git a/install b/install
deleted file mode 100644
index 62b95fd68610..000000000000
--- a/install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- type update-desktop-database &>/dev/null && update-desktop-database -q
- type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- true
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}