|
|
|
#!/bin/sh set -e # Automatically added by dh_installdocs if [ "$1" = "configure" ]; then if [ -d /usr/doc -a ! -e /usr/doc/anjuta -a -d /usr/share/doc/anjuta ]; then ln -sf ../share/doc/anjuta /usr/doc/anjuta 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 |