|
|
|
#!/bin/sh
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/memstat -a -d /usr/share/doc/memstat ]; then
echo "pointing /usr/doc/memstat to ../share/doc/memstat"
ln -sf ../share/doc/memstat /usr/doc/memstat
fi
fi
| Results 1 - 1 |