aboutsummarylogtreecommitdiffstats
path: root/doom3-data-steam.install
blob: 673008c3b7aefcd76a877bd95c0b6cf3bd1754a5 (plain)
1
2
3
4
5
6
7
8
9
pre_remove() {
    /bin/true
}

post_remove() {
    echo ">>> To complete the uninstallation remove the doom3 data directory:"
    echo ">>>    rm -r /opt/doom3/"
    echo ">>>"
}