1 2 3 4 5 6
#!/bin/sh BASE_PATH=/usr/etc/sound if [ -e $BASE_PATH/default.conf ]; then /bin/rm -rf $BASE_PATH/default /bin/rm -rf $BASE_PATH/default.conf fi