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