slackbuilds/system/rmw/doinst.sh

5 lines
75 B
Bash

DEPRECATED="etc/rmwrc"
if [ -f "$DEPRECATED" ]; then
rm "$DEPRECATED"
fi