summaryrefslogtreecommitdiffstats
path: root/gnome-menus/post-install
blob: 39e1a19f9e022fd81fdfc3bfefef7cc916974499 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# desktop database
update-desktop-database > /dev/null

mv -f /etc/xdg/menus/applications.menu.gnome /etc/xdg/menus/applications.menu

# End of file