packages feed

himerge-0.18: install_data.sh

# 
# himerge 0.18
#
VERSION="0.18"
HIMERGE_DATA="/usr/share/himerge"
HIMERGE_DOC="/usr/share/doc/himerge-${VERSION}/"
HIMERGE_ICONS="$HIMERGE_DATA/icons/"

mkdir -p $HIMERGE_DOC
mkdir -p $HIMERGE_ICONS

cp ./data/himerge/doc/* $HIMERGE_DOC
cp ./data/himerge/icons/* $HIMERGE_ICONS

echo "Files installed on:" $HIMERGE_DOC "and" $HIMERGE_ICONS "successfully for himerge ${VERSION}."
echo "** Please, don't change these files location **"