summarylogtreecommitdiffstats
path: root/openra-kknd.install
diff options
context:
space:
mode:
Diffstat (limited to 'openra-kknd.install')
-rwxr-xr-xopenra-kknd.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/openra-kknd.install b/openra-kknd.install
new file mode 100755
index 000000000000..7c3e4e22316b
--- /dev/null
+++ b/openra-kknd.install
@@ -0,0 +1,13 @@
+post_upgrade() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_install() {
+ echo "You will need the original game assets to play this game, see https://github.com/IceReaper/KKnD/wiki for details\n"
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
+}