mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 15:42:45 +01:00
14 lines
408 B
Text
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."
|
|
}
|