Skip to content

Commit

Permalink
Moved almost everything around.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 14, 2018
1 parent 3173ed9 commit 00874a4
Show file tree
Hide file tree
Showing 23 changed files with 10 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/uninstall.sh
@@ -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

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 00874a4

Please sign in to comment.