qttermtcp/debian/postinst

10 lines
96 B
Bash

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