diff options
Diffstat (limited to 'debian/mount.postinst')
-rw-r--r-- | debian/mount.postinst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/mount.postinst b/debian/mount.postinst new file mode 100644 index 0000000..705a168 --- /dev/null +++ b/debian/mount.postinst @@ -0,0 +1,7 @@ +#!/bin/sh -e + +if [ -L /usr/doc/mount ] ; then + rm -f /usr/doc/mount +fi + +#DEBHELPER# |