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