intellij-idea-ultimate/intellij-idea-ultimate_2017.1/debian/postrm
2017-03-23 11:27:24 +01:00

8 lines
105 B
Bash

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