X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhelmpot%2Fdebian%2Fpostinst.debhelper;fp=helm%2Fhelmpot%2Fdebian%2Fpostinst.debhelper;h=ee14440c47b4690113fecf0d65f05cfa5de19458;hb=e6927665462cbbace76cff1b17d4f8badcb44eda;hp=0000000000000000000000000000000000000000;hpb=d70d5de1ec9ccc86c9df45036245af34c37575ea;p=helm.git diff --git a/helm/helmpot/debian/postinst.debhelper b/helm/helmpot/debian/postinst.debhelper new file mode 100644 index 000000000..ee14440c4 --- /dev/null +++ b/helm/helmpot/debian/postinst.debhelper @@ -0,0 +1,7 @@ +# Automatically added by dh_installdocs +if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a ! -e /usr/doc/helmpot -a -d /usr/share/doc/helmpot ]; then + ln -sf ../share/doc/helmpot /usr/doc/helmpot + fi +fi +# End automatically added section