Initial commit

This commit is contained in:
Christian Schendel 2025-09-03 11:10:32 +02:00
commit 7d44374d68
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
9 changed files with 219 additions and 0 deletions

View file

@ -0,0 +1,16 @@
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
}