summaryrefslogtreecommitdiffstats
path: root/pychathans/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pychathans/install.sh')
-rwxr-xr-xpychathans/install.sh3
1 files changed, 3 insertions, 0 deletions
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