]> git.sur5r.net Git - bacula/bacula/blob - bacula/scripts/set-gnome2
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / scripts / set-gnome2
1 #!/bin/sh
2 #
3 # Simple script to set the Gnome package level
4 #   to Gnome 2.0
5 #
6 MUID=`/usr/bin/id -u`
7 if [ $MUID != 0 ] ; then
8    echo " "
9    echo "You must be root to run this script."
10    echo " "
11    exit 1
12 fi
13 cd /usr/lib/pkgconfig
14 if test -f libgnomeui-2.0.pc.orig ; then
15    cp -fp libgnomeui-2.0.pc.orig libgnomeui-2.0.pc
16 fi