This commit is contained in:
Dave Hibberd 2023-12-08 14:51:12 +00:00
parent c57554b033
commit 2fa8a44d63
No known key found for this signature in database
GPG Key ID: 03A1FB7A1904771B
1 changed files with 9 additions and 0 deletions

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