Files
gpac/debian/postrm
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

6 lines
160 B
Bash

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