summarylogtreecommitdiffstats
path: root/openra-rv.install
blob: 7db7b8b139d8abee33e0f01f66d7081fb35fd259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}