From 170df4a82fe5addc1e223c8487fd6b90c9337359 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Fri, 20 Apr 2012 12:07:21 +0200 Subject: Install apport file on Debian systems too. --- debian/rules | 8 -------- 1 file changed, 8 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index d408a1e..8f3cd40 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,5 @@ #!/usr/bin/make -f -DISTRIBUTION = $(shell lsb_release -i | cut -f2 -d':' | tr -d '\t') LDFLAGS+=-Wl,--as-needed %: @@ -19,10 +18,3 @@ override_dh_auto_configure: override_dh_auto_build: cd po; intltool-update -p dh_auto_build - -override_dh_install: - dh_install -ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes) - dh_install -psimple-scan debian/source_simple-scan.py \ - usr/share/apport/package-hooks/ -endif -- cgit v1.2.3