]> git.sur5r.net Git - bacula/bacula/blob - bacula/scripts/set-gnome1.4
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / scripts / set-gnome1.4
1 #!/bin/sh
2 #
3 # Simple script to change the package configuration to 
4 #   Gnome 1.4 level.
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    rm -f libgnomeui-2.0.pc
16 else
17    mv libgnomeui-2.0.pc libgnomeui-2.0.pc.orig
18 fi