intellij-idea-ultimate/intellij-idea-ultimate_2017.1/debian/intellij-idea-ultimate/DEBIAN/postrm

14 lines
274 B
Bash
Executable File

#!/bin/bash
set -e
## Remove the program folder
sudo rm -rf /opt/intellij-idea-ultimate
## Automatically added by dh_icons
if which update-icon-caches >/dev/null 2>&1 ; then
update-icon-caches /usr/share/icons/intellij-idea-ue.png
fi
# End automatically added section
#