aboutsummaryrefslogtreecommitdiff
path: root/uninstall.do
blob: d2f4585968aa8aab6c1c891ef72f49ed58741d92 (plain)
1
2
3
4
5
6
7
8
9
. ./config.rc

getbin | while read -r file; do
    rm -f "${DESTDIR}${BINDIR}/${file##*/}"
done

for man in man/*.1; do
    rm -f "${DESTDIR}${MAN1}/${man##*/}"
done