chiark / gitweb /
Hands-off reading for FLAC.
[disorder] / debian / postinst.disobedience
index 4c06befaf6583ae55104d3afd49bb4df46c38511..fc26afa62a2d1835ba99f1cebacc6e271f237129 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
   ;;