1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: YunQiang Su <syq@debian.org>
Date: Sun, 29 Oct 2017 01:04:55 +0200
Subject: remove-plugin-in-xslt-config
Done in Debian upload 1.1.29-1
---
xslt-config.in | 5 -----
1 file changed, 5 deletions(-)
diff --git a/xslt-config.in b/xslt-config.in
index 1d376b6..6abec9f 100644
--- a/xslt-config.in
+++ b/xslt-config.in
@@ -64,11 +64,6 @@ while test $# -gt 0; do
exit 0
;;
- --plugins)
- echo @LIBXSLT_DEFAULT_PLUGINS_PATH@
- exit 0
- ;;
-
--help)
usage 0
;;
|