#!/bin/bash

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


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

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

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

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

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

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


rm -rf "${app_dir}"
