6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
|
case "${ACTION}" in
|
||
|
post)
|
||
|
# Link to the no-GUI config if there is none
|
||
|
[ -e etc/hp/hplip.conf ] || ln -sf hplip-nogui.conf etc/hp/hplip.conf
|
||
|
esac
|