qtsoundmodem/debian/postinst
2023-10-10 23:03:48 +01:00

10 lines
102 B
Bash

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