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