blob: 342f908740317786305fa26439048440b9b8225d (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo "==> Remember you need 'Duke Nukem 3D' data files to play. You can put them under"
echo "==> '/usr/share/games/eduke32/' for all users or '~/.eduke32/' for yourself."
}
post_upgrade() {
post_install
}
|