Panel/Agent-Windows/OGP64/etc/preremove/_autorebase.sh
2026-06-06 18:46:40 -04:00

5 lines
157 B
Bash

#!/bin/dash
export PATH=/bin
b=/var/cache/rebase
echo -n "_autorebase cache directory ${b} removal... "
rm -rf "${b}" && echo "succeeded!" || echo "failed!"