~ubuntu-art-pkg/ubuntu-mono/trunk

« back to all changes in this revision

Viewing changes to debian/ubuntu-mono/DEBIAN/postinst

  • Committer: Kenneth Wimer
  • Date: 2010-03-04 11:27:44 UTC
  • Revision ID: kwwii@clive-20100304112744-9d6mtem4c9ycuwq1
Initial packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
# Automatically added by dh_icons
 
4
if which update-icon-caches >/dev/null 2>&1 ; then
 
5
        update-icon-caches /usr/share/icons/LoginIcons /usr/share/icons/ubuntu-mono-dark /usr/share/icons/ubuntu-mono-light
 
6
fi
 
7
# End automatically added section