diff options
Diffstat (limited to 'libre/hplip-libre/hplip.install')
-rw-r--r-- | libre/hplip-libre/hplip.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/hplip-libre/hplip.install b/libre/hplip-libre/hplip.install new file mode 100644 index 000000000..a05cbdd50 --- /dev/null +++ b/libre/hplip-libre/hplip.install @@ -0,0 +1,11 @@ +post_install() { + cat << EOF + +NOTE +---- +# If you want to use this driver with sane: +# echo "hpaio" >> /etc/sane.d/dll.conf + +EOF +} + |