diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-26 21:14:54 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-26 21:28:43 +0100 |
commit | a101bdaa02465c503c71cfc15b1820a40c22d2b8 (patch) | |
tree | 44af140b89bb870cd72eac620c64dc161b5279f4 /debian/rules | |
parent | 6a3b98debdbf6eaf72b59945aa0e12e248838c73 (diff) |
Remove jQuery from the tree
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 57ca10b..6f7eaf3 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,6 @@ # Thu, 18 Aug 2016 12:48:06 +0000 export PYBUILD_NAME=swiftstory export PYBUILD_TEST_PYTEST=1 -export PYBUILD_AFTER_INSTALL=rm -r {destdir}/usr/share/swiftstory/www/javascript %: dh $@ --with python3,sysuser --buildsystem=pybuild |