Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1223)

Side by Side Diff: third_party/xdg-utils/scripts/xdg-desktop-menu

Issue 6758016: Update xdg-utils to the latest version available in CVS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 #--------------------------------------------- 2 #---------------------------------------------
3 # xdg-desktop-menu 3 # xdg-desktop-menu
4 # 4 #
5 # Utility script to install menu items on a Linux desktop. 5 # Utility script to install menu items on a Linux desktop.
6 # Refer to the usage() function below for usage. 6 # Refer to the usage() function below for usage.
7 # 7 #
8 # Copyright 2009-2010, Fathi Boudra <fabo@freedesktop.org>
9 # Copyright 2009-2010, Rex Dieter <rdieter@fedoraproject.org>
8 # Copyright 2006, Kevin Krammer <kevin.krammer@gmx.at> 10 # Copyright 2006, Kevin Krammer <kevin.krammer@gmx.at>
9 # Copyright 2006, Jeremy White <jwhite@codeweavers.com> 11 # Copyright 2006, Jeremy White <jwhite@codeweavers.com>
10 # 12 #
11 # LICENSE: 13 # LICENSE:
12 # 14 #
13 # Permission is hereby granted, free of charge, to any person obtaining a 15 # Permission is hereby granted, free of charge, to any person obtaining a
14 # copy of this software and associated documentation files (the "Software"), 16 # copy of this software and associated documentation files (the "Software"),
15 # to deal in the Software without restriction, including without limitation 17 # to deal in the Software without restriction, including without limitation
16 # the rights to use, copy, modify, merge, publish, distribute, sublicense, 18 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
17 # and/or sell copies of the Software, and to permit persons to whom the 19 # and/or sell copies of the Software, and to permit persons to whom the
(...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1213 1215
1214 ;; 1216 ;;
1215 esac 1217 esac
1216 done 1218 done
1217 1219
1218 if [ x"$update" = x"yes" ] ; then 1220 if [ x"$update" = x"yes" ] ; then
1219 update_desktop_database 1221 update_desktop_database
1220 fi 1222 fi
1221 1223
1222 exit_success 1224 exit_success
OLDNEW
« no previous file with comments | « third_party/xdg-utils/scripts/xdg-desktop-icon.in ('k') | third_party/xdg-utils/scripts/xdg-desktop-menu.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698