summaryrefslogtreecommitdiff
path: root/library/opie-base.prerm
blob: 664160b32f35ed435841fc0c5550e8a8c6888ac1 (plain)
1
2
3
4
5
#/bin/sh

find /etc -name [SK][0-9][0-9]opie | xargs rm -f

exit 0