1 # arg 1: the new package version
6 # arg 1: the new package version
11 # arg 1: the new package version
12 # arg 2: the old package version
14 remove_catalog "${2%-*}"
17 # arg 1: the new package version
18 # arg 2: the old package version
23 # arg 1: the old package version
25 remove_catalog "${1%-*}"
28 # arg 1: the old package version
35 install-catalog --add /etc/sgml/sgml-ent.cat \
36 /usr/share/sgml/sgml-iso-entities-8879.1986/catalog
38 install-catalog --add /etc/sgml/sgml-docbook.cat \
39 /etc/sgml/sgml-ent.cat
43 install-catalog --remove /etc/sgml/sgml-ent.cat \
44 /usr/share/sgml/sgml-iso-entities-8879.1986/catalog
46 install-catalog --remove /etc/sgml/sgml-docbook.cat \
47 /etc/sgml/sgml-ent.cat
54 # vim:set syntax=sh ts=4 sw=4 noet: