diff --git a/debian/rastertosag-gdi.ppd-updater b/debian/rastertosag-gdi.ppd-updater index 486a981..56df9f9 100644 --- a/debian/rastertosag-gdi.ppd-updater +++ b/debian/rastertosag-gdi.ppd-updater @@ -1,4 +1,2 @@ -#!/bin/sh -set -e DRIVER_REGEXP='lsb/usr/rastertosag-gdi/' GENNICKNAME_REGEXP='' diff --git a/debian/rules b/debian/rules index 35a5abb..6cc6d8a 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ override_dh_install: dh_install - install -D -m 755 debian/rastertosag-gdi.ppd-updater $(CURDIR)/debian/rastertosag-gdi/usr/share/cups/ppd-updaters/rastertosag-gdi + install -D -m 644 debian/rastertosag-gdi.ppd-updater $(CURDIR)/debian/rastertosag-gdi/usr/share/cups/ppd-updaters/rastertosag-gdi ifeq ($(derives_from_ubuntu),yes) # Install the apport hook on Ubuntu and derivatives install -D -m 644 debian/ubuntu/apport-hook.py $(CURDIR)/debian/rastertosag-gdi/usr/share/apport/package-hooks/source_rastertosag-gdi.py