Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 918b72a2b57e81145051015e6f35e4d0 > files > 1

lineakd-0.4-0.pre3.2mdk.ppc.rpm

#!/bin/sh
# If the user has a lineakd.conf exists run lineakd -b
# lineakd supports multimedia keyboards extra keys
# Copyright (C) 2002 by Ben Reser <ben@reser.org>
# Redistribution of this file is permitted under the terms of the 
# GNU Public License (GPL)

if [ -f ~/.lineak/lineakd.conf ];then
  lineakd -b 
fi