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

5 lines
97 B
Bash

if [ -f /etc/nanorc ] && cmp -s /etc/defaults/etc/nanorc /etc/nanorc
then
rm /etc/nanorc
fi