#!/bin/sh # Stop the service before we begin the removal. if [ -x /etc/init.d/jre.sh ]; then /etc/init.d/jre.sh stop /etc/init.d/jre.sh remove /bin/sleep 5 /bin/sync fi # Package specific routines as defined in package_routines. # Remove QPKG directory, init-scripts, and icons. if which rsync >/dev/null 2>&1; then /bin/mkdir -p /tmp/qpkg_blankdir rsync -a --delete /tmp/qpkg_blankdir "/share/CACHEDEV1_DATA/.qpkg/JRE" /bin/rm -fr "/share/CACHEDEV1_DATA/.qpkg/JRE" fi /bin/rm -fr "/share/CACHEDEV1_DATA/.qpkg/JRE" /bin/rm -f "/etc/init.d/jre.sh" /usr/bin/find /etc/rcS.d -type l -name 'QS*JRE' | /usr/bin/xargs /bin/rm -f /usr/bin/find /etc/rcK.d -type l -name 'QK*JRE' | /usr/bin/xargs /bin/rm -f /bin/rm -f "/home/httpd/RSS/images/JRE.gif" /bin/rm -f "/home/httpd/RSS/images/JRE_80.gif" /bin/rm -f "/home/httpd/RSS/images/JRE_gray.gif" # Package specific routines as defined in package_routines. # Package specific routines as defined in package_routines.