Bouncing appicon effect
[wmaker-crm.git] / debian / libwraster3.postinst
blob7b44fe38de46c270097c7dd169628b0adbd4dfed
1 #! /bin/sh -e
3 case "$1" in
4 configure)
5 ldconfig
6 ;;
8 abort-upgrade|abort-deconfigure|abort-remove)
9 # how did we got here? Force a non-zero exit code
10 exit 1
14 echo "postinst called with unknown argument: \$1" >&2
16 esac
18 #DEBHELPER#
20 exit 0