mirror of
https://github.com/ioquake/ioq3.git
synced 2025-02-25 04:51:12 +00:00
- Make sure to delete all files that don't get uninstalled automatically before uninstall process begins.
3 lines
73 B
Bash
3 lines
73 B
Bash
#!/bin/sh
|
|
rm COPYING
|
|
rmdir --ignore-fail-on-non-empty demoq3 missionpack
|