#!/bin/bash

if [ -x /etc/rc.d/rc.numlock ] && [ -x /usr/bin/numlockx ]; then
  /usr/bin/numlockx on
fi
