16 lines
269 B
Text
16 lines
269 B
Text
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
|
|
}
|