This commit is contained in:
Dave Hibberd 2023-12-08 14:51:12 +00:00
parent c57554b033
commit 2fa8a44d63
Signed by untrusted user who does not match committer: hibby
GPG key ID: 03A1FB7A1904771B

9
debian/postinst vendored Normal file
View file

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