summarylogtreecommitdiffstats
path: root/openra-rv.install
diff options
context:
space:
mode:
Diffstat (limited to 'openra-rv.install')
-rwxr-xr-xopenra-rv.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/openra-rv.install b/openra-rv.install
new file mode 100755
index 000000000000..7db7b8b139d8
--- /dev/null
+++ b/openra-rv.install
@@ -0,0 +1,14 @@
+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/OpenRA/ra2/wiki for details.\n"
+ echo "Beware you will need the expansion game assets, which are only in C&C: Ultimate Edition.\n"
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
+}