intellij-idea-ultimate/intellij-idea-ultimate_2020.../debian/postrm

9 lines
105 B
Bash

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