|
|
|
#!/bin/sh
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a -h /usr/doc/display-dhammapada -a -d /usr/share/doc/display-dhammapada ]; then
rm -f /usr/doc/display-dhammapada
fi
fi
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section
| Results 1 - 1 |