Upstream releaes 2017.1.1
- Addressed T214: Download over HTTP - Addressed T230: No check for existing archives
This commit is contained in:
parent
97ae8e56aa
commit
28df443a21
25 changed files with 93 additions and 88 deletions
8
intellij-idea-ultimate_2017.1.1/debian/postrm
Normal file
8
intellij-idea-ultimate_2017.1.1/debian/postrm
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
## Remove the program folder
|
||||
sudo rm -rf /opt/intellij-idea-ultimate
|
||||
|
||||
##DEBHELPER##
|
Loading…
Add table
Add a link
Reference in a new issue