address issue where uninstalling an empty package will erase all code in src
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user