~dns/ballandpaddle/debian

« back to all changes in this revision

Viewing changes to postinst

  • Committer: DNS
  • Date: 2012-04-08 22:40:16 UTC
  • Revision ID: dns@rbose.org-20120408224016-8qrao4n3jdzpml1b
Add ballandpaddle-common package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
set -e
3
 
 
4
 
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
5
 
        update-menus
6
 
fi
7
 
 
8
 
#DEBHELPER#