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