summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-19 19:55:26 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-19 19:55:26 +0100
commite779efcda6591d365ee6508f2866fd4b276ae2b6 (patch)
treee235db37f422225bdbc94adb53e91f87c04b68dc /debian
parent56f8e6814573c445d908d4a9b54eb3ad91e43238 (diff)
downloadlarch-e779efcda6591d365ee6508f2866fd4b276ae2b6.tar.gz
Remove installed jquery.js.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 2d1f758..50e7992 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,10 @@
override_dh_auto_build:
$(MAKE)
dh_auto_build --with=python2 --buildsystem=python_distutils
+
+override_dh_auto_install:
+ dh_auto_install --with=python2 --buildsystem=python_distutils
+ rm debian/python-larch/usr/share/doc/python-larch/html/_static/jquery.js
override_dh_auto_clean:
$(MAKE) clean