fixed lintian warnings and errors
This commit is contained in:
parent
24b99d59b1
commit
71b243618d
11 changed files with 103 additions and 89 deletions
|
@ -1,6 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
## Remove the program folder
|
||||
sudo rm -rf /opt/eclipse-ide-java
|
||||
|
||||
sudo rm /usr/bin/eclipse-ide
|
||||
|
||||
##DEBHELPER##
|
||||
|
|
Reference in a new issue