vendor scripts
This commit is contained in:
56
uninstaller_MFCJ4440DW
Executable file
56
uninstaller_MFCJ4440DW
Executable file
@@ -0,0 +1,56 @@
|
||||
#! /bin/bash
|
||||
#RM_SELINUX_RULE=enable
|
||||
#
|
||||
# PRNL=
|
||||
# PRNC=
|
||||
# PRNP=mfcj4440dwpdrv-3.5.0-1a.i386.deb
|
||||
# SCAN=brscan5-1.3.5-0.amd64.deb
|
||||
# SKEY=brscan-skey-0.3.2-0.amd64.deb
|
||||
#
|
||||
if ! [ -f /etc/init.d/cupsys ];then
|
||||
DUMMYCUPSYS=1
|
||||
ln -s /bin/true /etc/init.d/cupsys
|
||||
fi
|
||||
if ! [ -f /etc/init.d/cups ];then
|
||||
DUMMYCUPS=1
|
||||
ln -s /bin/true /etc/init.d/cups
|
||||
fi
|
||||
if ! [ -f /etc/init.d/lpd ];then
|
||||
DUMMYLPD=1
|
||||
ln -s /bin/true /etc/init.d/lpd
|
||||
fi
|
||||
if ! [ -f /etc/init.d/lprng ];then
|
||||
DUMMYLPRNG=1
|
||||
ln -s /bin/true /etc/init.d/lprng
|
||||
fi
|
||||
dpkg -x mfcj4440dwpdrv-3.5.0-1.i386.deb /
|
||||
dpkg -P mfcj4440dwpdrv
|
||||
if [ "$DUMMYCUPS" = 1 ];then
|
||||
lsc=$(ls -al /etc/init.d/cups 2> /dev/null| grep ^l)
|
||||
if [ "$lsc" != "" ];then
|
||||
rm -f /etc/init.d/cups
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$DUMMYCUPSYS" = 1 ];then
|
||||
lsc=$(ls -al /etc/init.d/cupsys 2> /dev/null| grep ^l)
|
||||
if [ "$lsc" != "" ];then
|
||||
rm -f /etc/init.d/cupsys
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$DUMMYLPD" = 1 ];then
|
||||
lsc=$(ls -al /etc/init.d/lpd 2> /dev/null | grep ^l)
|
||||
if [ "$lsc" != "" ];then
|
||||
rm -f /etc/init.d/lpd
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$DUMMYLPRNG" = 1 ];then
|
||||
lsc=$(ls -al /etc/init.d/lprng | grep ^l)
|
||||
if [ "$lsc" != "" ];then
|
||||
rm -f /etc/init.d/lprng
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
5
uninstaller_brscan-skey
Executable file
5
uninstaller_brscan-skey
Executable file
@@ -0,0 +1,5 @@
|
||||
#! /bin/bash
|
||||
dpkg -P brscan-skey
|
||||
|
||||
|
||||
|
||||
6
uninstaller_brscan5
Executable file
6
uninstaller_brscan5
Executable file
@@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
dpkg -P brscan5
|
||||
|
||||
|
||||
|
||||
rm /etc/udev/rules.d/60-brother-libsane-type1-inst.rules
|
||||
1211
vpnc-script.sh
Normal file
1211
vpnc-script.sh
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user