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
|
if [[ -e .removed_files.txt ]]; then
|
||||||
while read obsoleted_file; do
|
while read obsoleted_file; do
|
||||||
if [[ -e "$obsoleted_file" ]]; then
|
if [[ -e "$obsoleted_file" ]]; then
|
||||||
echo removing "$obsoleted_file"
|
rm -f "$obsoleted_file"
|
||||||
else
|
|
||||||
echo no such file: "$obsoleted_file"
|
|
||||||
fi
|
fi
|
||||||
done < .removed_files.txt
|
done < .removed_files.txt
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -22,3 +22,6 @@ echo $version > ~/www/static/six9.net/software/q-tools/current.txt
|
|||||||
cd ~/www/static/six9.net/software/q-tools/
|
cd ~/www/static/six9.net/software/q-tools/
|
||||||
rm -r ~/tmp/q-tools-release-$$
|
rm -r ~/tmp/q-tools-release-$$
|
||||||
SimpleWebPage
|
SimpleWebPage
|
||||||
|
|
||||||
|
|
||||||
|
echo "If you deleted files, they should be added to .removed_files.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user