mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 13:11:30 +00:00
4d062b1b84
- 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
|