~ubuntu-branches/ubuntu/hardy/gstreamer0.10/hardy-updates

1
2
3
4
5
6
7
8
#!/bin/sh -e

# clean up doc directory symlinking from Gutsy
if [ "$1" = install ] || [ "$1" = upgrade ]; then
    [ -L "/usr/share/doc/gstreamer-tools" ] && rm -f /usr/share/doc/gstreamer-tools || true
fi

#DEBHELPER#