~schooltool-owners/schooltool.quiz/packaging

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Douglas Cerna
  • Date: 2014-02-24 19:18:15 UTC
  • Revision ID: douglascerna@yahoo.com-20140224191815-xgigciilvxwls58l
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