post_install() {/bin/true
}
post_upgrade() {# /etc/pihole/versions file generation[-f/opt/pihole/updatecheck.sh ] && sudo -u pihole bash /opt/pihole/updatecheck.sh;# keep pacman from throwing errors should none them be on the filesystemreturn0}
post_remove() {/bin/true
}