intellij-idea-community/intellij-idea-community_202.../debian/postrm

9 lines
101 B
Bash

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