This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
eclipse-ide-java/eclipse-ide-java_4.7.2/debian/postrm

11 lines
129 B
Plaintext
Raw Normal View History

2015-03-09 00:31:46 +01:00
#!/bin/bash
2017-09-28 12:02:15 +02:00
set -e
2015-03-09 00:31:46 +01:00
## Remove the program folder
sudo rm -rf /opt/eclipse-ide-java
sudo rm /usr/bin/eclipse-ide
2017-09-28 12:02:15 +02:00
##DEBHELPER##