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

9 lines
100 B
Bash

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