#!/bin/bash

# Remove generated symbol links
FILTER_DIR=/usr/lib/cups/filter


rm -f "${FILTER_DIR}/rastertosnailzpl-xprinter"

rm -f "${FILTER_DIR}/rastertosnailppli-xprinter"

rm -f "${FILTER_DIR}/rastertosnailxpl-xprinter"

rm -f "${FILTER_DIR}/rastertosnailtspl-xprinter"

rm -f "${FILTER_DIR}/rastertosnailzpl2-xprinter"

rm -f "${FILTER_DIR}/rastertosnailtspl2-xprinter"

rm -f "${FILTER_DIR}/rastertosnailep2-xprinter"

rm -f "${FILTER_DIR}/rastertosnailep-xprinter"


rm -rf "${app_dir}"
