summaryrefslogtreecommitdiff
path: root/debian/python-sh.prerm.debhelper
diff options
context:
space:
mode:
authorBen Carrillo <ben@futeisha.org>2013-02-11 02:13:30 +0900
committerBen Carrillo <ben@futeisha.org>2013-02-11 02:13:30 +0900
commit7a5841c1bf375a39ebfd7dfbe9f39efc040d2494 (patch)
treed272ef72184be6616126748088430fd79ff062ff /debian/python-sh.prerm.debhelper
parentfdcd93974c73c2c272a3ee3cef303a3c4a499c3e (diff)
rm generated files from repo
Diffstat (limited to 'debian/python-sh.prerm.debhelper')
-rw-r--r--debian/python-sh.prerm.debhelper12
1 files changed, 0 insertions, 12 deletions
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