#!/bin/sh # aptitude needs the apt xapian index stuff now, so make sure it at # least exists. set -e if [ "$1" = "configure" ] then update-alternatives --install /usr/bin/aptitude aptitude /usr/bin/aptitude-curses 30 fi # Automatically added by dh_installmenu if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then update-menus fi # End automatically added section