Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > d7f132f78ff4f8d24599f0430ac6b682 > files > 3

lineakd-0.4-0.pre1.2mdk.src.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