summarylogtreecommitdiffstats
path: root/vcmi.install
diff options
context:
space:
mode:
authorgigas0022024-05-17 23:55:29 +0900
committergigas0022024-05-17 23:55:29 +0900
commita74035f7aff41043fab5460cb68acde9716dca15 (patch)
treebd8c22cf196ed12927aa168ffebd19d05a688b2f /vcmi.install
parent2d8004396c9214abbeae1312d330e416ba60da97 (diff)
downloadaur-a74035f7aff41043fab5460cb68acde9716dca15.tar.gz
Fix minor PKGBUILD issues
Diffstat (limited to 'vcmi.install')
-rw-r--r--vcmi.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/vcmi.install b/vcmi.install
index 34c243f2ebb2..fc4dcd14f315 100644
--- a/vcmi.install
+++ b/vcmi.install
@@ -1,7 +1,4 @@
post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
echo ">>>"
echo ">>> Vcmi is a game engine and it doesn't contain data files. Therefore you have to have"
echo ">>> an original copy of Heroes of Might and Magic 3 Shadow of Death or Complete edition."
@@ -41,15 +38,7 @@ post_install() {
echo ">>>"
}
-post_upgrade() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
post_remove() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
echo ">>>"
echo ">>> In order to completely remove vcmi you will need to manually remove"
echo ">>> ~/.local/share/vcmi, ~/.cache/vcmi and ~/.config/vcmi directories."