|
|
|
#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
update-alternatives --install /usr/bin/itkwish itkwish \
/usr/bin/itkwish3.0 300 \
--slave /usr/share/man/man1/itkwish.1.gz itkwish.1 \
/usr/share/man/man1/itkwish3.0.1.gz
fi
# Automatically added by dh_makeshlibs
if [ "$1" = "configure" ]; then
ldconfig
fi
# End automatically added section
| Results 1 - 1 |