~online-accounts/webaccounts-browser-extension/13.10

« back to all changes in this revision

Viewing changes to debian/xul-ext-webaccounts.postinst

  • Committer: Tarmac
  • Author(s): Robert Bruce Park
  • Date: 2012-11-22 19:10:51 UTC
  • mfrom: (30.1.3 trunk)
  • Revision ID: tarmac-20121122191051-kgc1a30fpp1xvscf
Inline packaging metadata.

This mp was already approved my mardy, however jenkins got a bit confused so I deleted that one and am resubmitting an identical mp.

Approved by PS Jenkins bot, Didier Roche.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
echo "Please restart all running instances of firefox, or you will experience problems."
 
6
 
 
7
if [ -d /var/run ] ; then
 
8
    touch /var/run/firefox-restart-required
 
9
fi
 
10
 
 
11
#DEBHELPER#
 
12