blob: 8486b4381f5e849a5ceb985e1ab4cee7d56677a0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_upgrade() {
cat << EOF
-------------------------------------------------------------------------------
Note to previous users:
xdg-xmenu has moved from shell to C in latest versions. Refer to 'man 1
xdg-xmenu' for usage since there are some braaking CLI option changes from the
shell script. Most notably, xdg-xmenu now calls xmenu directly by default.
-------------------------------------------------------------------------------
EOF
}
|