~indicator-applet-developers/notify-osd/trunk

« back to all changes in this revision

Viewing changes to debian/notify-osd.postinst

  • Committer: Robert Bruce Park
  • Date: 2012-11-22 21:11:36 UTC
  • mto: This revision was merged to the branch mainline in revision 459.
  • Revision ID: robert.park@canonical.com-20121122211136-rve2xxtgaupludbo
Inline packaging metadata.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
 
 
4
case "$1" in
 
5
  configure)
 
6
        killall alsdorf notification-daemon notify-osd 2>/dev/null || true
 
7
         ;;
 
8
esac
 
9
 
 
10
#DEBHELPER#