1 2 3 4 5 6 7
#!/bin/sh if [ \( "$1" = "upgrade" -o "$1" = "remove" \) ]; then if [ -x update-menus ]; then # Updates Menus update-menus; fi fi