summaryrefslogtreecommitdiff
path: root/debian/mount.postinst
blob: 705a16810e55b0823b46bf6be66bd1154b25b1f4 (plain)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ -L /usr/doc/mount ] ; then
    rm -f /usr/doc/mount
fi

#DEBHELPER#