intellij-idea-ultimate/intellij-idea-ultimate_2021.2.2/debian/postrm
2021-10-01 18:05:49 +00:00

8 lines
100 B
Bash

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