Files
gpac/debian/postinst
Romain Bouqueau 3f793e7a8f undo rules, added postinst and postrm files
git-svn-id: http://svn.code.sf.net/p/gpac/code/trunk/gpac@989 63c20433-aa62-49bd-875c-5a186b69a8fb
2008-08-20 11:09:44 +00:00

8 lines
185 B
Bash

#!/bin/sh
set -e
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section