Git init
[external/pango1.0.git] / debian / libpango1.0-common.preinst.in
1 #!/bin/sh
2
3 set -e
4
5 if [ -L /usr/share/doc/libpango@APIVER@-common ]; then
6         rm -f /usr/share/doc/libpango@APIVER@-common
7 fi
8
9 #DEBHELPER#