From f7d14a28f07b951acdaba0ba8861a22341ab2e19 Mon Sep 17 00:00:00 2001 From: Rajeesh K Nambiar Date: Fri, 24 Jul 2009 20:37:56 +0530 Subject: Chathans : Update install.sh also to include new icons --- pychathans/install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pychathans/install.sh') diff --git a/pychathans/install.sh b/pychathans/install.sh index ffb855f..2fbc6f0 100755 --- a/pychathans/install.sh +++ b/pychathans/install.sh @@ -25,5 +25,8 @@ for lc in po/chathans-*.po; do mkdir -p /usr/share/locale/${_lang}/LC_MESSAGES/ install -m 0644 ${mo_file} /usr/share/locale/${_lang}/LC_MESSAGES/chathans.mo done +for sz in 16x16 24x24 32x32 128x128; do + install -m 0644 icons/$sz.png /usr/share/icons/hicolor/$sz/apps/chathans.png +done echo "Installation complete" exit 0 -- cgit