Skip to content
Snippets Groups Projects
Commit 1725832b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

address issue where uninstalling an empty package will erase all code in src

parent 6f1bbd3c
No related branches found
No related tags found
No related merge requests found
......@@ -33,5 +33,5 @@ action () {
# all package files with no dependencies
for file in *.cpp *.h; do
action $file
test -f ${file} && action $file
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment