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

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

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
« no previous file with comments | « third_party/xdg-utils/scripts/xdg-desktop-menu ('k') | third_party/xdg-utils/scripts/xdg-email » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #--------------------------------------------- 15 #---------------------------------------------
14 16
15 manualpage() 17 manualpage()
16 { 18 {
17 cat << _MANUALPAGE 19 cat << _MANUALPAGE
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 619
618 ;; 620 ;;
619 esac 621 esac
620 done 622 done
621 623
622 if [ x"$update" = x"yes" ] ; then 624 if [ x"$update" = x"yes" ] ; then
623 update_desktop_database 625 update_desktop_database
624 fi 626 fi
625 627
626 exit_success 628 exit_success
OLDNEW
« no previous file with comments | « third_party/xdg-utils/scripts/xdg-desktop-menu ('k') | third_party/xdg-utils/scripts/xdg-email » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698