summarylogtreecommitdiffstats
path: root/openra-radot5.install
diff options
context:
space:
mode:
authorBrenton Horne2020-02-11 17:31:55 +1000
committerBrenton Horne2020-02-11 17:31:55 +1000
commit9adafab6e8bef7986aab6253a981eb6e8f9f994d (patch)
tree0f02ebbbc766ed0a8db327d79b76c24717340bb6 /openra-radot5.install
downloadaur-9adafab6e8bef7986aab6253a981eb6e8f9f994d.tar.gz
Initial commit
Diffstat (limited to 'openra-radot5.install')
-rwxr-xr-xopenra-radot5.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/openra-radot5.install b/openra-radot5.install
new file mode 100755
index 000000000000..1028d2b6a1eb
--- /dev/null
+++ b/openra-radot5.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."
+ echo "Beware you will need the expansion game assets, which are only in C&C: Ultimate Edition."
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
+}