summarylogtreecommitdiffstats
path: root/openra-ss.install
blob: b94a498a06a53b421f8e6c047bca279d7ba0a978 (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() {
    printf "%s\n" "You will need the original game assets to play this game, see https://github.com/MustaphaTR/sole-survivor/wiki for details"
    post_upgrade
}

post_remove() {
    post_upgrade
}