intellij-idea-community/intellij-idea-community_2021.2.2/debian/postrm
Marcel Kapfer 51d6995f33
Remove useless executions of commands with sudo
The installation process already runs with root privileges.

Fixes issue #4
2021-10-01 18:00:01 +00:00

8 lines
101 B
Bash

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