intellij-idea-community/intellij-idea-community_2017.2.3/debian/postrm
2017-08-30 12:10:13 +02:00

9 lines
106 B
Bash

#!/bin/bash
set -e
## Remove the program folder
sudo rm -rf /opt/intellij-idea-community
##DEBHELPER##