~ubuntu-branches/ubuntu/maverick/kubuntu-docs/maverick

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2008-08-18 10:49:14 UTC
  • Revision ID: james.westby@ubuntu.com-20080818104914-83r2er2hsmdp2o0l
Tags: 8.10-2
* Restructured kubuntu documentation package
  - Refer to the NEWS text located in the root directory of the package
* Removed the Firefox start page files
* debian/rules: updated to remove firefox files
* debian/control: removed perl deps due to removal of firefox files, bumped
  version to 3.8.0, updated kdelibs-data dep to kdelibs5-data

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
case "$1" in
7
7
  remove|deconfigure|failed-upgrade)
8
 
    update-alternatives --auto firefox-homepage
9
 
    update-alternatives --remove firefox-homepage \
10
 
    /usr/share/ubuntu-artwork/home/kfirefox-index.html
11
 
 
12
8
    if which install-docs >/dev/null 2>&1; then
13
9
          rm -rf /usr/share/ubuntu-artwork/home/images
14
10
          rm -rf /usr/share/ubuntu-artwork/home/kubuntu.css
16
12
          install-docs -r /usr/share/doc-base/kubuntu-systemdocs
17
13
          rm -rf /usr/share/doc/kde/HTML/en/kubuntu
18
14
    fi
19
 
 
20
 
 
21
15
  ;;
22
16
esac