[SM-Commit] GIT changes to master grimoire by David Brown (eaa19ae474696bed7694f088dba0d925dcb511f9)

David Brown scm at mail.sourcemage.org
Fri Sep 1 12:56:41 EDT 2006


GIT changes to master grimoire by David Brown <dmlb2000 at gmail.com>:

 printer/hplip/FINAL   |    3 +--
 printer/hplip/HISTORY |    4 ++++
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit eaa19ae474696bed7694f088dba0d925dcb511f9
Author: David Brown <dmlb2000 at gmail.com>
Commit: David Brown <dmlb2000 at gmail.com>

    hplip fixed up FINAL removing default_post_install and making an rm -f so it won't fail if the file doesn't already exist

diff --git a/printer/hplip/FINAL b/printer/hplip/FINAL
index 6e1161b..fafb52e 100755
--- a/printer/hplip/FINAL
+++ b/printer/hplip/FINAL
@@ -1,2 +1 @@
-default_post_install                 &&
-rm ${INSTALL_ROOT}/etc/init.d/hplip
+rm -f ${INSTALL_ROOT}/etc/init.d/hplip
diff --git a/printer/hplip/HISTORY b/printer/hplip/HISTORY
index dd103cf..2bbaa76 100644
--- a/printer/hplip/HISTORY
+++ b/printer/hplip/HISTORY
@@ -1,3 +1,7 @@
+2006-09-01 David Brown <dmlb2000 at gmail.com>
+	* FINAL: rm -f won't fail if the file doesn't exist also removed
+	  default_post_install not needed here
+
 2006-06-28 Treeve Jelbert <treeve01 at pi.be>
 	* DETAILS: version 1.6.6a
 	  remove patches



More information about the SM-Commit mailing list