summaryrefslogtreecommitdiff
path: root/debian/python-leap-client.postinst.debhelper
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-08-15 16:21:40 -0400
committerMicah Anderson <micah@riseup.net>2012-08-15 16:21:40 -0400
commit72bb9aa8bb2ce814572063974abe719920b87da7 (patch)
tree211920ef85639ec1ec30797c195233c510b8c7fd /debian/python-leap-client.postinst.debhelper
parentc46d8da153ac658c8bd145376e22b1218db1090a (diff)
remove debian directory from master
Diffstat (limited to 'debian/python-leap-client.postinst.debhelper')
-rw-r--r--debian/python-leap-client.postinst.debhelper7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/python-leap-client.postinst.debhelper b/debian/python-leap-client.postinst.debhelper
deleted file mode 100644
index 8b32391c..00000000
--- a/debian/python-leap-client.postinst.debhelper
+++ /dev/null
@@ -1,7 +0,0 @@
-
-# Automatically added by dh_python2:
-if which pycompile >/dev/null 2>&1; then
- pycompile -p python-leap-client
-fi
-
-# End automatically added section