#!/bin/bash

if [ -e "$1" ]; then
 cp "$1" /etc/locale.conf
fi
