|
|
|
#!/bin/sh -e if [ "$1" != "upgrade" ] then update-alternatives --remove editor /usr/bin/jove update-alternatives --remove emacs /usr/bin/jove fi # Automatically added by dh_installinit if [ -x "/etc/init.d/jove" ] && [ "$1" = remove ]; then if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then invoke-rc.d jove stop || exit $? else /etc/init.d/jove stop || exit $? fi fi # End automatically added section
| Results 1 - 1 |