|
|
|
#!/bin/sh # $Id: postinst,v 1.3 2001/09/06 22:34:37 elf Exp $ # # postinst for buici-clock # Remove detritus if test -f /usr/X11R6/share/man/man1/buici-clock.1.gz ; then rm /usr/X11R6/share/man/man1/buici-clock.1.gz ; 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 |