|
|
|
#!/bin/sh -e
# symlink management generated by debstd
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/wavtools -a -d /usr/share/doc/wavtools ]; then
ln -sf ../share/doc/wavtools /usr/doc/wavtools
fi
fi
# Automatically inserted by debstd
if [ "$1" = "configure" ]; then
ldconfig
fi
| Results 1 - 1 |