aboutsummarylogtreecommitdiffstats
path: root/tiberiansun.install
blob: 7b7c8b0fa09fa3f65191704ed76ec8fcc5ef3048 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    if [[ "$(uname -m)"  =~ "64" ]]
    then
        echo "If you are using 64-bit architecture, don't forget to install a 32-bit graphics driver."
    fi
}

post_remove() {
    echo "To completely clean all files generated from this package, delete ~/.tiberiansun"
}