1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/pi-hole-ftl/pi-hole-ftl.install
2018-08-13 09:35:19 -04:00

13 lines
338 B
Plaintext

post_install() {
echo -e "\e[1;33m==>\e[0m Possible configurations in \e[1;31m/etc/pihole/pihole-FTL.conf\e[0m file"
echo -e "\e[1;33m==>\e[0m Please read the instructions on the project page: \e[1;36mhttps://github.com/pi-hole/FTL#ftls-config-file\e[0m"
}
post_upgrade() {
post_install $1
}
post_remove() {
userdel -f pihole
}