~pablocapeluto/unity-webapps-telegram/unity-webapps-telegram

« back to all changes in this revision

Viewing changes to debian/unity-webapps-telegram/DEBIAN/postinst

  • Committer: Pablo Capeluto
  • Date: 2014-04-26 02:24:12 UTC
  • Revision ID: pcapeluto@gmail.com-20140426022412-ikykdzh3abr3s3me
This placeholder gets munged with real data at build time

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/unity-webapps-applications
 
6
fi
 
7
# End automatically added section