]> git.deb.at Git - pkg/abook.git/blob - debian/postinst
Imported Debian patch 0.5.5-1
[pkg/abook.git] / debian / postinst
1 #!/bin/sh -e
2 # postinst for abook
3
4 # Source debconf library.
5 if [ -e /usr/share/debconf/confmodule ]; then
6         . /usr/share/debconf/confmodule
7 fi
8
9 if [ "$1" != configure ]; then
10         exit 0
11 fi
12
13 if [ -x /usr/bin/update-menus ]; then
14         update-menus
15 fi