This website requires JavaScript.
Explore
Help
Sign In
deb
/
intellij-idea-ultimate
Watch
1
Star
0
Fork
You've already forked intellij-idea-ultimate
0
Code
Issues
Pull requests
Releases
Wiki
Activity
7c4e8dcbef
intellij-idea-ultimate
/
intellij-idea-ultimate_2021.2.2
/
debian
/
postrm
9 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
Initial Commit; Upstream Version 2016.3.4
2017-02-10 17:14:33 +01:00
#!/bin/bash
set -e
## Remove the program folder
Remove useless executions of commands with sudo The installation process already runs with root privileges. See also https://gitlab.com/mmk2410/intellij-idea-community/-/issues/4
2021-10-01 20:05:49 +02:00
rm -rf /opt/intellij-idea-ultimate
Initial Commit; Upstream Version 2016.3.4
2017-02-10 17:14:33 +01:00
##DEBHELPER##
Reference in a new issue
Copy permalink