summarylogtreecommitdiffstats
path: root/docbook5-schemas.install
diff options
context:
space:
mode:
authorHolger Rauch2018-01-29 02:18:18 +0100
committerHolger Rauch2018-01-29 02:18:18 +0100
commitc63b4838bbf00d23e67d6858bfa7e0c7719c4210 (patch)
tree4ddab970e674bb2e9ca6ddb4f9a5e1cf28c670f9 /docbook5-schemas.install
parentae4d18e8524dead38507e1f5f0772a884e472771 (diff)
downloadaur-docbook5-schemas.tar.gz
bumped version to 5.1 (has become an OASIS standard in the mean time)
Diffstat (limited to 'docbook5-schemas.install')
-rw-r--r--docbook5-schemas.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook5-schemas.install b/docbook5-schemas.install
index eb6475bcbdb1..b1bc56bf9509 100644
--- a/docbook5-schemas.install
+++ b/docbook5-schemas.install
@@ -3,7 +3,7 @@ _rootcatalog=/etc/xml/catalog
post_install() {
if [[ -w $_rootcatalog ]]; then
- for v in 5.0; do
+ for v in 5.1; do
xmlcatalog --noout --add "delegatePublic" \
"-//OASIS//DTD DocBook XML ${v}//EN" \
"file://${_datadir}/xml/docbook5/schema/dtd/${v}/catalog.xml" \
@@ -34,7 +34,7 @@ post_install() {
post_remove() {
if [[ -w $_rootcatalog ]]; then
- for v in 5.0; do
+ for v in 5.1; do
xmlcatalog --noout --del \
"file://${_datadir}/xml/docbook5/schema/dtd/${v}/catalog.xml" \
${_rootcatalog}