intellij-idea-ultimate/intellij-idea-ultimate_2018.1.4/debian/postrm
2018-05-25 08:09:31 +02:00

8 lines
105 B
Bash

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