From 7a5841c1bf375a39ebfd7dfbe9f39efc040d2494 Mon Sep 17 00:00:00 2001 From: Ben Carrillo Date: Mon, 11 Feb 2013 02:13:30 +0900 Subject: rm generated files from repo --- debian/python-sh.prerm.debhelper | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 debian/python-sh.prerm.debhelper (limited to 'debian/python-sh.prerm.debhelper') diff --git a/debian/python-sh.prerm.debhelper b/debian/python-sh.prerm.debhelper deleted file mode 100644 index cd8f47f..0000000 --- a/debian/python-sh.prerm.debhelper +++ /dev/null @@ -1,12 +0,0 @@ - -# Automatically added by dh_python2: -if which pyclean >/dev/null 2>&1; then - pyclean -p python-sh -else - dpkg -L python-sh | grep \.py$ | while read file - do - rm -f "${file}"[co] >/dev/null - done -fi - -# End automatically added section -- cgit v1.2.3