1 2 3 4 5 6 7
#!/bin/sh if [ "$1" = "configure" ]; then # Update Menus if [ -x update-menus ]; then update-menus; fi fi