#!/bin/sh
#echo "postrm"

rm -rf /opt/toec/OEP33SER/bin/libtjgd1zcommon.so
rm -rf /opt/toec/OEP33SER/bin/libtjgd1zcommon.so.1
rm -rf /opt/toec/OEP33SER/bin/libtjgd1zcommon.so.1.0

rm -rf /opt/toec/OEP33SER/bin/libtjgd1z.so.1.0
rm -rf /opt/toec/OEP33SER/bin/libtjgd1z.so.1
rm -rf /opt/toec/OEP33SER/bin/libtjgd1z.so

rm -rf /usr/lib/cups/filter/toec_oep3310cdn
rm -rf /usr/lib/cups/filter/toec_oep3300cdn
################
rm -Rf /etc/cups/ppds.dat 2>/dev/null
if [ -f "/etc/init.d/cups" ]
then
  /etc/init.d/cups restart 2>/dev/null
fi
if [ -f "/usr/bin/systemctl" ]
then
  /usr/bin/systemctl restart cups.service 2>/dev/null
fi
