Codebase list kali-menu / 6cc703c
Trigger /usr/share/applications in postinst to force a regeneration of the GNOME menu. Raphaël Hertzog 12 years ago
2 changed file(s) with 11 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 kali-menu (0.1) unstable; urgency=low
11
22 * Initial Release.
3 * Trigger /usr/share/applications in postinst to force a regeneration
4 of the GNOME menu.
35
46 -- Raphaël Hertzog <[email protected]> Mon, 23 Apr 2012 14:17:27 +0000
0 #!/bin/sh
1
2 set -e
3
4 # Trigger /usr/share/applications to force a regeneration of the menus
5 dpkg-trigger /usr/share/applications
6
7 #DEBHELPER#
8