summarylogtreecommitdiffstats
path: root/vcmi.install
diff options
context:
space:
mode:
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."