intellij-idea-ultimate/intellij-idea-ultimate_2016.3.4/debian/postrm
2017-02-10 17:14:33 +01:00

8 lines
105 B
Bash

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