This website requires JavaScript.
Explore
Help
Register
Sign In
Hibbian
/
qtsoundmodem
Watch
1
Star
0
Fork
You've already forked qtsoundmodem
0
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7f0e11d756
qtsoundmodem
/
debian
/
postinst
10 lines
102 B
Bash
Raw
Blame
History
#!/bin/sh
set
-e
SM
=
"/opt/oarc/QtSoundModem"
if
[
-d
$SM
]
;
then
rm -rf /opt/oarc/QtSoundModem
fi
Reference in New Issue
View Git Blame
Copy Permalink