summarylogtreecommitdiffstats
path: root/install
blob: fc49922baaa912ce5b56320bab6fe743b2968bae (plain)
1
2
3
4
5
6
7
post_install() {
echo ""
echo ">>> Start your cups service:"
echo ">>>	systemctl start org.cups.cupsd"
echo ">>> and add your printer in http://localhost:631/admin"
echo ""
}