source: pkg/viola/main/update-notifier/trunk/debian/postinst @ 3466

Revision 3022, 113 bytes checked in by alanbach-guest, 5 years ago (diff)

[svn-inject] Applying Debian modifications to trunk

Line 
1#!/bin/sh
2
3STAMP=/var/lib/update-notifier/dpkg-run-stamp
4
5if [ ! -f $STAMP ]; then
6        touch $STAMP
7fi
8
9#DEBHELPER#
Note: See TracBrowser for help on using the repository browser.