intellij-idea-community/intellij-idea-community_2024.1.4/debian/postrm

8 lines
101 B
Bash

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