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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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