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

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

#DEBHELPER#