]> git.deb.at Git - pkg/mmv.git/blob - debian/postinst
Imported Debian patch 1.01b-12.2
[pkg/mmv.git] / debian / postinst
1 #!/bin/sh
2
3 set -e
4
5 if [ "$1" = "configure" ]; then
6   if [ -d /usr/doc -a ! -e /usr/doc/mmv -a -d /usr/share/doc/mmv ]; then
7     ln -sf ../share/doc/mmv /usr/doc/mmv
8   fi
9 fi