mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-27 14:22:11 +00:00
4a084a46a8
- some cleanups in the installer UI - reduce verbosiveness of preuninstall script
3 lines
89 B
Bash
3 lines
89 B
Bash
#!/bin/sh
|
|
rm -f COPYING
|
|
rmdir --ignore-fail-on-non-empty demoq3 missionpack >& /dev/null
|