__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh # # Config script for pnm2ppa # # Only ask the questions here. Make the changes to the filesystem in the # postinst script. # set -e # Source debconf library. . /usr/share/debconf/confmodule # Let debconf manage the file? db_input medium pnm2ppa/use_debconf || true db_go # Get the value db_get pnm2ppa/use_debconf if [ "$RET" = "true" ] ; then # Ask which printer db_input medium pnm2ppa/printer_model || true db_go # Create magicfilter for printer model? db_input low pnm2ppa/create_magicfilter || true db_go fi