summarylogtreecommitdiffstats
path: root/openra-ra2.install
blob: 7e527147da6b6bb3f0ff857c7d4d952e95f20362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/OpenRA/ra2/wiki for details\n"
    post_upgrade
}

post_remove() {
    post_upgrade
}