source: trunk/debian/postinst @ 485

Last change on this file since 485 was 49, checked in by bas, 18 years ago

EmailtoTracScript?:

Makefile.in, debian)

  • Changed Makefile.in so that we can make a email2trac debian package.
  • Property svn:keywords set to Id
File size: 211 bytes
Line 
1#!/bin/sh
2#
3# Authors: Bas van der Vlies
4#
5# SVN Info:
6#       $Id: postinst 49 2006-02-01 10:43:16Z bas $
7
8dpkg-statoverride --remove /usr/bin/run_email2trac >/dev/null 2>&1 || true
9dpkg-statoverride --update --add root root 04111 /usr/bin/run_email2trac
Note: See TracBrowser for help on using the repository browser.