Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 5ae3f6b356c15797b94357ac1c6a8557 > files > 3

gtkpbbuttons-0.5.2-1mdk.src.rpm

#!/bin/sh
# on PPC run the gtkpbbuttons command to provide graphical feedback of
# the volume buttons, mute, etc...
# Copyright (C) 2002 by Ben Reser <ben@reser.org>
# Redistribution of this file is permitted under the terms of the 
# GNU Public License (GPL)

ARCH=`uname -m`
if [ "$ARCH" = "ppc" ];then
  gtkpbbuttons -d
fi