~peter-pearse/ubuntu/natty/flex/prop001

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-11-10 11:44:42 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091110114442-jin281ycafvleiaj
Tags: 2.5.35-8ubuntu1
* Merge from debian testing, remaining changes:
  - Don't run the testsuite on hppa (threaded tests hang).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
#                           -*- Mode: Sh -*- 
3
 
# postinst --- 
4
 
# Author           : Manoj Srivastava ( srivasta@glaurung.green-gryphon.com ) 
 
2
#                           -*- Mode: Sh -*-
 
3
# postinst ---
 
4
# Author           : Manoj Srivastava ( srivasta@glaurung.green-gryphon.com )
5
5
# Created On       : Fri Nov 14 11:25:07 2003
6
6
# Created On Node  : glaurung.green-gryphon.com
7
7
# Last Modified By : Manoj Srivastava
9
9
# Last Machine Used: glaurung.green-gryphon.com
10
10
# Update Count     : 13
11
11
# Status           : Unknown, Use with caution!
12
 
# HISTORY          : 
13
 
# Description      : 
14
 
 
12
# HISTORY          :
 
13
# Description      :
 
14
#
15
15
# arch-tag: 5401e9ef-39cc-4aee-96a4-61dfb8f32cf7
16
 
#  
 
16
#
17
17
# This program is free software; you can redistribute it and/or modify
18
18
# it under the terms of the GNU General Public License as published by
19
19
# the Free Software Foundation; either version 2 of the License, or
28
28
# along with this program; if not, write to the Free Software
29
29
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
30
30
#
31
 
 
31
#
32
32
 
33
33
# Abort if any command returns an error value
34
34
set -e
65
65
# The following idempotent stuff doesn't generally need protecting
66
66
# against being run in the abort-* cases.
67
67
 
68
 
# Install info files into the dir file
69
 
install-info --quiet --section "Development" "Development" \
70
 
 --description="A fast scanner generator" /usr/share/info/flex.info
71
 
 
72
68
# Create stub directories under /usr/local
73
69
##: if test ! -d /usr/local/lib/${package_name}; then
74
70
##:   if test ! -d /usr/local/lib; then
131
127
 
132
128
    ### We could also do this on the fly. The following is from Tore
133
129
    ### Anderson:
134
 
    
 
130
 
135
131
    #. /usr/share/debconf/confmodule
136
132
 
137
133
    ### find out what the user answered.