summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorTill Kamppeter <till.kamppeter@gmail.com>2010-08-12 09:33:46 +0200
committerTill Kamppeter <till.kamppeter@gmail.com>2010-08-12 09:33:46 +0200
commit079fab439090f26c2a1898e69cb4254552b0d3c7 (patch)
treed4e31986bfa14abc3f72ae5db59b5f713166488b /debian/rules
parentaf2ca0cd79a88bf11e28ecc89241bdff893febb9 (diff)
Merged openprinting-ppds and openprinting-ppds-extra.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 27d58112..daa9a323 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,10 +52,6 @@ override_dh_install:
PYTHONPATH=. bin/pyppd $(CURDIR)/debian/openprinting-ppds/usr/share/ppd/openprinting && \
install -D -m 755 pyppd-ppdfile $(CURDIR)/debian/openprinting-ppds/usr/lib/cups/driver/openprinting-ppds && \
rm -rf $(CURDIR)/debian/openprinting-ppds/usr/share/ppd && \
- rm -f pyppd-ppdfile && \
- PYTHONPATH=. bin/pyppd $(CURDIR)/debian/openprinting-ppds-extra/usr/share/ppd/openprinting && \
- install -D -m 755 pyppd-ppdfile $(CURDIR)/debian/openprinting-ppds-extra/usr/lib/cups/driver/openprinting-ppds-extra && \
- rm -rf $(CURDIR)/debian/openprinting-ppds-extra/usr/share/ppd && \
rm -f */*.pyc pyppd-ppdfile \
)