manual removed files
This commit is contained in:
4
rc
4
rc
@@ -51,9 +51,7 @@ function _q-tools-update-binary {
|
||||
if [[ -e .removed_files.txt ]]; then
|
||||
while read obsoleted_file; do
|
||||
if [[ -e "$obsoleted_file" ]]; then
|
||||
echo removing "$obsoleted_file"
|
||||
else
|
||||
echo no such file: "$obsoleted_file"
|
||||
rm -f "$obsoleted_file"
|
||||
fi
|
||||
done < .removed_files.txt
|
||||
fi
|
||||
|
||||
@@ -22,3 +22,6 @@ echo $version > ~/www/static/six9.net/software/q-tools/current.txt
|
||||
cd ~/www/static/six9.net/software/q-tools/
|
||||
rm -r ~/tmp/q-tools-release-$$
|
||||
SimpleWebPage
|
||||
|
||||
|
||||
echo "If you deleted files, they should be added to .removed_files.txt"
|
||||
|
||||
Reference in New Issue
Block a user