/
var
/
lib
/
dpkg
/
info
/
Upload File
HOME
#!/bin/sh set -e case "$1" in purge) rm -rf /etc/.java ;; esac exit 0