~schooltool-owners/schooltool.niepa/packaging

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Douglas Cerna
  • Date: 2014-02-25 17:41:37 UTC
  • Revision ID: douglascerna@yahoo.com-20140225174137-0b8n1ta3vd6do6zi
Added debian directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
set -e
 
3
 
 
4
if [ "$1" = "configure" ]; then
 
5
    dpkg-trigger --no-await update-schooltool
 
6
fi
 
7
 
 
8
#DEBHELPER#
 
9