|
|
|
#!/bin/sh -e
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/libjpeg62 -a -d /usr/share/doc/libjpeg62 ]; then
ln -sf ../share/doc/libjpeg62 /usr/doc/libjpeg62
fi
fi
# End automatically added section
if [ "$1" = "configure" ]; then
ldconfig
fi
| Results 1 - 1 |