summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorjoey <joey>2003-10-13 01:37:14 +0000
committerjoey <joey>2003-10-13 01:37:14 +0000
commit8d285c73f8a1d8f4b632100ce764893f3d704068 (patch)
tree32157a3107409e129074042dc7a75c64c54d7057 /autoscripts
parent87c9d162920985cd2ee71b56d9a38aa5bda85093 (diff)
r1611: * dh_install: add --fail-missing option. Closes: #120026
* Fix mispelling in prerm-sgmlcatalog. Closes: #215189
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/prerm-sgmlcatalog2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/prerm-sgmlcatalog b/autoscripts/prerm-sgmlcatalog
index cf1db218..d6f6fa7a 100644
--- a/autoscripts/prerm-sgmlcatalog
+++ b/autoscripts/prerm-sgmlcatalog
@@ -1,3 +1,3 @@
-if [ "$1" = "remove" ] || [ "$1" = "uograde" ]; then
+if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then
update-catalog --quiet --remove --super #CENTRALCAT#
fi