awesome!!!
This commit is contained in:
10
third-party/physfs/extras/uninstall.sh
vendored
Normal file
10
third-party/physfs/extras/uninstall.sh
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ ! -f "./install_manifest.txt" ]; then
|
||||
echo "ERROR: This needs to be run from your CMake build directory after installing." 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
xargs rm -vf < install_manifest.txt
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user