manual removed files

This commit is contained in:
q
2025-11-06 15:30:49 +02:00
parent 9880c72d77
commit f6a45ec968
2 changed files with 4 additions and 3 deletions

4
rc
View File

@@ -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

View File

@@ -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"