Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 17 years ago
parent
commit
7f23811b94
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      package/gnome2/update-gnome.sh

+ 3
- 1
package/gnome2/update-gnome.sh

@ -1,11 +1,13 @@
#!/bin/sh
#
# Usage: update-gnome.sh [-n] gnome-version
#
# -n prints the package that will be updated with their new versions
# without making any changes
#
# Example:
# bash package/gnome2/update-gnome.sh -n 2.24.1
#
dry=0
if [ "$1" = "-n" ] ; then

Loading…
Cancel
Save