summaryrefslogtreecommitdiffstats
path: root/ubuntu/lucid_automake/applications/kerry/debian/postrm
blob: 6cff04c2ea439a0e0965ee0531b5f8e0cc6df2b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# postrm script for kerry-kde3

set -e

if [ "$1" = "remove" ] ; then
  ldconfig
fi

#DEBHELPER#

exit 0