GSP-Agent-Windows/OGP64/etc/preremove/_autorebase.sh

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