pkg://3dwm-texclient_0.3.1-8_i386.deb:40948/postinst
info downloads
#!/bin/sh
set -e
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/3dwm-texclient -a -d /usr/share/doc/3dwm-texclient ]; then
ln -sf ../share/doc/3dwm-texclient /usr/doc/3dwm-texclient
fi
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/3dwm-texclient -a -d /usr/share/doc/3dwm-texclient ]; then
ln -sf ../share/doc/3dwm-texclient /usr/doc/3dwm-texclient
fi
fi
# End automatically added section