intellij-idea-ultimate/intellij-idea-ultimate_2017.1.3/debian/postrm
2017-05-20 11:33:27 +02:00

8 lines
105 B
Bash

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