~kokoye2007/wifi-qr/wifi-qr

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: kokoye2007
  • Date: 2018-06-26 12:07:00 UTC
  • Revision ID: kokoye2007@gmail.com-20180626120700-jihxaev0b56mqcxb
typo fix and WIFIS to SSID

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
set -e
3
 
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
4
 
        if which update-icon-caches >/dev/null 2>&1 ; then
5
 
                update-icon-caches /usr/share/icons/wifi-qr.png
6
 
        fi
7
 
fi