Beginning work on tying debian package together.

This commit is contained in:
Matthew Bowra-Dean
2010-09-14 03:30:08 +12:00
parent 5a513bc69d
commit 8452e1bdf0
6 changed files with 123 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
#!/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