intellij-idea-ultimate/intellij-idea-ultimate_2020.1.2/debian/postrm
2020-06-16 01:22:15 -03:00

8 lines
105 B
Bash

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