aur/nxengine.install
2014-12-30 04:39:08 +01:00

14 lines
408 B
Text

post_install() {
echo "To be able to save files without elevated rights, a jail folder (~/.nxengine) is"
echo "used. Therefore, you do not have to delete Doukutsu.exe after the first run."
}
post_upgrade() {
post_install
}
post_remove() {
echo "You may safely delete the '~/.nxengine' directory containing the config/save"
echo "and extracted data files, if you do not want to preserve them."
}