__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh set -e # Purge actions if [ "$1" = purge ] ; then # Get rid of configuration file if [ -f /etc/pnm2ppa.conf ]; then rm -f /etc/pnm2ppa.conf fi # We're pretty sure that the pnm2ppa magicfilter files were generated # or installed by pnm2ppa packages. if [ -d /etc/magicfilter ] ; then for i in /etc/magicfilter/p?m2ppa*-filter ; do rm -f $i || true done # If there are no files in the magicfilter directory, remove. # rmdir will fail if there are files... Not an error. rmdir /etc/magicfilter 2> /dev/null || true fi fi # Automatically added by dh_installdebconf/13.14.1ubuntu5 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section