~ubuntu-branches/ubuntu/quantal/gcc-defaults/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/.svn/text-base/cpp-doc.postinst.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-09-21 17:35:36 UTC
  • mfrom: (1.1.39 sid)
  • Revision ID: package-import@ubuntu.com-20120921173536-rjpjgfdab0oljrpr
Tags: 1.117ubuntu2
Bump versions to 4.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh -e
2
 
 
3
 
install-info --quiet \
4
 
        --section "Development" "Development" \
5
 
        --menuentry=cpp \
6
 
        --description="The GNU C Preprocessor" \
7
 
        /usr/share/info/cpp.info.gz
8
 
 
9
 
install-info --quiet \
10
 
        --section "Development" "Development" \
11
 
        --menuentry=cppinternals \
12
 
        --description="Cpplib Internals" \
13
 
        /usr/share/info/cppinternals.info.gz
14
 
 
15
 
#DEBHELPER#
16
 
 
17
 
exit 0