Codebase list kali-menu / 0314950
Redirect update-kali-menu to /dev/null so that it doesn't keep the terminal filehandle open. Raphaël Hertzog 11 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 kali-menu (1.1) UNRELEASED; urgency=low
1
2 * Redirect update-kali-menu to /dev/null so that it doesn't keep the
3 terminal filehandle open.
4
5 -- Raphaël Hertzog <[email protected]> Thu, 07 Mar 2013 11:26:47 +0100
6
07 kali-menu (1.0) kali; urgency=low
18
29 * Fix update-kali-menu to not create the "mode" and "493" directories in
44 if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt "0.83"; then
55 # Initial installation or first upgrade, the hook is not yet in place,
66 # we call it ourselves and it will wait until dpkg/apt is over
7 /usr/share/kali-menu/update-kali-menu </dev/null &
7 /usr/share/kali-menu/update-kali-menu </dev/null >/dev/null 2>&1 &
88 fi
99
1010 #DEBHELPER#