qtsoundmodem/debian/postinst

10 lines
102 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
SM="/opt/oarc/QtSoundModem"
if [ -d $SM ]; then
rm -rf /opt/oarc/QtSoundModem
fi