#!/bin/sh # Stop the service before we begin the removal. if [ -x /etc/init.d/quftp.sh ]; then /etc/init.d/quftp.sh stop /etc/init.d/quftp.sh uninstall /bin/sleep 1 /bin/sync fi # Package specific routines as defined in package_routines. # Remove QPKG directory, init-scripts, and icons. /bin/rm -fr "/share/CACHEDEV1_DATA/.qpkg/QuFTP" /bin/rm -f "/etc/init.d/quftp.sh" /usr/bin/find /etc/rcS.d -type l -name 'QS*QuFTP' | /usr/bin/xargs /bin/rm -f /usr/bin/find /etc/rcK.d -type l -name 'QK*QuFTP' | /usr/bin/xargs /bin/rm -f /bin/rm -f "/home/httpd/RSS/images/QuFTP.gif" /bin/rm -f "/home/httpd/RSS/images/QuFTP_80.gif" /bin/rm -f "/home/httpd/RSS/images/QuFTP_gray.gif" # Package specific routines as defined in package_routines. # Package specific routines as defined in package_routines. { /sbin/setcfg FTP Enable False }