[Lunar-commits] <moonbase-other> cups: moving the lin out of the BUILD.
Dennis Veatch
dennisveatch at bellsouth.net
Fri Aug 8 01:40:08 CEST 2014
commit 9d2297ddc0ffbe6829b6adbc0394d36a72193fd7
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 07 Aug 2014 19:39:04 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/9d2297ddc0ffbe6829b6adbc0394d36a72193fd7
cups: moving the lin out of the BUILD.
---
printer/cups/BUILD | +0/-6
printer/cups/POST_INSTALL | +8/-0
2 files changed, 8 insertions(+), 6 deletions(-)
--- a/printer/cups/BUILD
+++ b/printer/cups/BUILD
@@ -7,12 +7,6 @@
if [ -e /etc/init.d/cups ] ; then
rm -f /etc/init.d/cups
- fi &&
-
- if ! module_installed cups-filters ; then
- if [ "$CUPS_FILTERS" == "y" ] ; then
- lin cups-filters
- fi
fi
) > $C_FIFO 2>&1
--- a/printer/cups/POST_INSTALL
+++ b/printer/cups/POST_INSTALL
@@ -1 +1,9 @@
rm -f /etc/rc?.d/???cups &> /dev/null
+
+ if ! module_installed cups-filters ; then
+ if [ "$CUPS_FILTERS" == "y" ] ; then
+ lin cups-filters
+ fi
+ fi
+
+
More information about the Lunar-commits
mailing list