~ubuntu-branches/ubuntu/karmic/cgiirc/karmic-updates

« back to all changes in this revision

Viewing changes to debian/cgiirc.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Mario Holbe
  • Date: 2004-11-08 14:11:52 UTC
  • Revision ID: james.westby@ubuntu.com-20041108141152-4e8m7ca2d8s0zvyy
Tags: 0.5.4-6
* Mario
  + typo in *index.html
* Elrond
  + add debian/watch
  + add 50_reconnect-link.dpatch by Pabs <pabs@zip.to>
    to create link back to login page at /quit
    (Closes: #268794)
* Mario and Elrond
  + fixup our advanced input boxes for IE (heavy work!)
  + Add warnings not to change debian specific settings
    like image_path (closes: #264598)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
chgrp -R www-data /etc/cgiirc
 
4
chmod -R g=rX,o= /etc/cgiirc
 
5
chmod g+s /etc/cgiirc
 
6
 
 
7
 
 
8
set -e
 
9
 
 
10
#DEBHELPER#
 
11
 
 
12
exit 0