diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-06-02 12:44:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-06-02 12:44:23 -0300 |
commit | 96b3ccdea0907e8df071273f302e1640b05d07c6 (patch) | |
tree | 69376c8767a0b85bd1a2e39ea7540b8d48c2919b /libre-testing/hplip-libre/hplip.install | |
parent | c7fb23005fe7fcc9a49b93831b499d70cf11a9b6 (diff) | |
parent | 7efff15fefc9efebec907155cc63591902e0a9e8 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre-testing/hplip-libre/hplip.install')
-rw-r--r-- | libre-testing/hplip-libre/hplip.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libre-testing/hplip-libre/hplip.install b/libre-testing/hplip-libre/hplip.install new file mode 100644 index 000000000..cb0eaf8e8 --- /dev/null +++ b/libre-testing/hplip-libre/hplip.install @@ -0,0 +1,10 @@ +post_install() { + cat << EOF + +NOTE +---- +# If you want to use this driver with sane: +# echo "hpaio" >> /etc/sane.d/dll.conf + +EOF +} |