summaryrefslogtreecommitdiff
path: root/debian/python3-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/python3-sh.prerm.debhelper
parentfdcd93974c73c2c272a3ee3cef303a3c4a499c3e (diff)
rm generated files from repo
Diffstat (limited to 'debian/python3-sh.prerm.debhelper')
-rw-r--r--debian/python3-sh.prerm.debhelper7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/python3-sh.prerm.debhelper b/debian/python3-sh.prerm.debhelper
deleted file mode 100644
index 904eba4..0000000
--- a/debian/python3-sh.prerm.debhelper
+++ /dev/null
@@ -1,7 +0,0 @@
-
-# Automatically added by dh_python3:
-if which py3clean >/dev/null 2>&1; then
- py3clean -p python3-sh
-fi
-
-# End automatically added section