A batch of copyright date updates.
[disorder] / debian / postinst.disobedience
index 4c06bef..fc26afa 100644 (file)
@@ -21,7 +21,7 @@ set -e
 
 case "$1" in
 configure )
-  if type update-menus >/dev/null 2>&1; then
+  if command -v update-menus >/dev/null 2>&1; then
     update-menus
   fi
   ;;