slackbuilds_ponce/system/rmw/doinst.sh

5 lines
75 B
Bash
Raw Normal View History

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