intellij-idea-community/intellij-idea-community_202.../debian/postrm

9 lines
101 B
Plaintext
Raw Normal View History

2015-12-08 11:55:30 +01:00
#!/bin/bash
2017-02-02 13:58:56 +01:00
set -e
2015-12-08 11:55:30 +01:00
## Remove the program folder
rm -rf /opt/intellij-idea-community
2017-02-02 13:58:56 +01:00
##DEBHELPER##