* Update to packages/alpine.spec to account for the new location of man
[alpine.git] / packages / debian / postinst
blob6c138e60f335c22d8436d717d7f95d9f84310b40
1 #!/bin/sh
2 set -e
3 if [ -x /usr/bin/update-menus ]; then
4 update-menus
5 fi