mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
5 lines
75 B
Bash
5 lines
75 B
Bash
|
DEPRECATED="etc/rmwrc"
|
||
|
if [ -f "$DEPRECATED" ]; then
|
||
|
rm "$DEPRECATED"
|
||
|
fi
|