diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-16 20:02:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-16 20:05:16 +0000 |
commit | 9307bb0cab3cccae8cd332a265ed065247553bc5 (patch) | |
tree | d3e0601ac0de28b22e677f2a7049c3c6be54fc5d /main/docbook-xml/docbook-xml.post-deinstall | |
parent | aa530ea865f5f6a0ca4d816422abea0230af07a0 (diff) | |
download | aports-9307bb0cab3cccae8cd332a265ed065247553bc5.tar.bz2 aports-9307bb0cab3cccae8cd332a265ed065247553bc5.tar.xz |
main/docbook-xml: new aport
A widely used XML scheme for writing documentation and help
http://scrollkeeper.sourceforge.net/docbook.shtml
Diffstat (limited to 'main/docbook-xml/docbook-xml.post-deinstall')
-rw-r--r-- | main/docbook-xml/docbook-xml.post-deinstall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/docbook-xml/docbook-xml.post-deinstall b/main/docbook-xml/docbook-xml.post-deinstall new file mode 100644 index 0000000000..925378617f --- /dev/null +++ b/main/docbook-xml/docbook-xml.post-deinstall @@ -0,0 +1,3 @@ +#!/bin/sh + +xmlcatalog --noout --del file:///etc/xml/docbook-xml etc/xml/catalog |