summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openxcom-git.install11
-rw-r--r--openxcom.sh4
2 files changed, 0 insertions, 15 deletions
diff --git a/openxcom-git.install b/openxcom-git.install
index f994f567bd2d..e317d246df26 100644
--- a/openxcom-git.install
+++ b/openxcom-git.install
@@ -5,15 +5,4 @@ post_install() {
echo " Copy those subfolders to one of the following locations:"
echo " - /usr/share/openxcom/UFO"
echo " - <user home folder>/.local/share/openxcom/UFO"
-
- post_upgrade
-}
-
-post_upgrade() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
- post_upgrade
}
diff --git a/openxcom.sh b/openxcom.sh
deleted file mode 100644
index e1b10c348355..000000000000
--- a/openxcom.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env bash
-
-export LD_LIBRARY_PATH=/opt/yaml-cpp51/lib:$LD_LIBRARY_PATH
-exec /usr/share/openxcom/common/openxcom $@