intellij-idea-community/intellij-idea-community_2019.3.4/debian/postrm
2020-03-29 12:53:59 +00:00

8 lines
106 B
Bash

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