~paulo-trezentos/apt/0.7.20_pbo

« back to all changes in this revision

Viewing changes to debian/apt-doc/DEBIAN/prerm

  • Committer: Paulo Trezentos
  • Date: 2010-07-19 00:47:36 UTC
  • Revision ID: paulo.trezentos@caixamagica.pt-20100719004736-e7gupo9ec0kpfx0s
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
# Automatically added by dh_installdocs
 
4
if [ "$1" = remove ] || [ "$1" = upgrade ] && \
 
5
   which install-docs >/dev/null 2>&1; then
 
6
        install-docs -r apt-user-guide
 
7
fi
 
8
# End automatically added section
 
9
# Automatically added by dh_installdocs
 
10
if [ "$1" = remove ] || [ "$1" = upgrade ] && \
 
11
   which install-docs >/dev/null 2>&1; then
 
12
        install-docs -r apt-offline-usage-guide
 
13
fi
 
14
# End automatically added section