#!/bin/sh
if [ ! -d $HOME/.gtk ]; then
	mkdir $HOME/.gtk
	cp @PREFIX@/share/ja-gtk/gtkrc $HOME/.gtk
fi
