]> git.deb.at Git - pkg/abook.git/blob - debian/postrm
Imported Debian patch 0.5.3-1
[pkg/abook.git] / debian / postrm
1 #!/bin/sh -e
2 # postrm for abook
3
4 if [ -x "`which update-menus 2>/dev/null`" ]; then
5         update-menus
6 fi
7
8 if [ "$1" = 'purge' -a -e /usr/share/debconf/confmodule ]; then
9         . /usr/share/debconf/confmodule
10         db_purge
11 fi