Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > bf3a925d6d00e200dfcd232e4805e786 > files > 3

gtkpbbuttons-0.6.5-2mdk.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