]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/prerm-sgmlcatalog
Typo. Closes: #653339
[debhelper.git] / autoscripts / prerm-sgmlcatalog
index cf1db218d474e834b5e75287ba113c1323ccb962..d6f6fa7afa18ad032266ccb0374eaeec6ec0a124 100644 (file)
@@ -1,3 +1,3 @@
-if [ "$1" = "remove" ] || [ "$1" = "uograde" ]; then
+if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then
        update-catalog --quiet --remove --super #CENTRALCAT#
 fi