notparadoxlauncher/notparadoxlauncher.install

17 lines
269 B
Text
Raw Normal View History

2025-09-03 11:10:32 +02:00
post_install() {
cat >&2 << EOF
=> ATTENTION: Run "notparadoxlauncher" once as regular user to set up.
EOF
}
post_remove() {
cat >&2 << EOF
=> ATTENTION: To fully uninstall, remove:
=> ~/.local/share/Paradox\ Interactive/launcherpath
EOF
}