This repository has been archived on 2022-02-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
eclipse-ide-java/eclipse-ide-java_4.7.1/debian/postrm

10 lines
129 B
Bash

#!/bin/bash
set -e
## Remove the program folder
sudo rm -rf /opt/eclipse-ide-java
sudo rm /usr/bin/eclipse-ide
##DEBHELPER##