intellij-idea-ultimate/intellij-idea-ultimate_2017.1.2/debian/postrm
Marcel Kapfer (mmk2410) 8582aaa238 Upstream Version 2017.1.2
2017-05-06 11:47:40 +02:00

8 lines
105 B
Bash

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