~ubuntu-branches/ubuntu/edgy/vim/edgy-backports

« back to all changes in this revision

Viewing changes to debian/kvim.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Jeff Waugh
  • Date: 2004-10-08 10:04:36 UTC
  • Revision ID: james.westby@ubuntu.com-20041008100436-xp63tppe72zhxjvn
Tags: 1:6.3-025+1ubuntu2
* debian/vim-gnome.desktop:
  - Disable menu item.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -e
 
2
 
 
3
pkg=kvim
 
4
 
 
5
case "$1" in
 
6
  configure)
 
7
    if [ -L /usr/doc/$pkg ] ; then
 
8
      rm /usr/doc/$pkg
 
9
    fi
 
10
    ;;
 
11
esac
 
12
 
 
13
#DEBHELPER#
 
14
 
 
15
exit 0