Initial commit
This commit is contained in:
commit
7d44374d68
9 changed files with 219 additions and 0 deletions
16
notparadoxlauncher.install
Normal file
16
notparadoxlauncher.install
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue