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