Index: trunk/linux/latest/DEBIAN/postinst
===================================================================
--- trunk/linux/latest/DEBIAN/postinst	(revision 7506)
+++ trunk/linux/latest/DEBIAN/postinst	(revision 15916)
@@ -2,5 +2,5 @@
 set -e
 # Automatically added by dh_installmenu
-if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
+if [ "$1" = "configure" ] && [ -x "$(which update-menus 2>/dev/null)" ]; then
 	update-menus
 fi
