#!/bin/sh
set -e

if [ "$1" = upgrade -a -d /usr/share/doc/uzbl/examples -a ! -L /usr/share/doc/uzbl/examples ]; then 
  rm -rf /usr/share/doc/uzbl/examples
fi

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0
