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