|
|
|
#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/rasmol -a -d /usr/share/doc/rasmol ]; then
ln -sf ../share/doc/rasmol /usr/doc/rasmol
fi
if test -x /usr/bin/update-menus; then update-menus; fi
if test -x /usr/sbin/update-mime; then update-mime; fi
fi
| Results 1 - 1 |