#!/bin/sh

# Install the gkrellmrc, gkrellm_theme.cfg, and example theme files in your
# ~/.gkrellm directory.  Run this script as the user who runs X.

mkdir -p ~/.gkrellm/plain

cp gkrellm_theme.cfg ~/.gkrellm

cp *.xpm *.png ~/.gkrellm/plain

exit 0
