intellij-idea-community/intellij-idea-community_2017.2.4/debian/intellij-idea-community/DEBIAN/postrm
2017-09-14 13:55:11 +02:00

14 lines
275 B
Bash
Executable file

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