~ubuntu-branches/ubuntu/trusty/gjots2/trusty

« back to all changes in this revision

Viewing changes to uninstall.sh

  • Committer: Bazaar Package Importer
  • Author(s): Rolf Leggewie
  • Date: 2009-10-26 15:24:13 UTC
  • mfrom: (1.1.3 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091026152413-qcxfr1piadvl1c2k
Tags: 2.3.8-1
* Take over maintenance of gjots2 from Khalid El Fathi (Closes: #547057)
  and acknowledge previous NMU uploads.  Thank you, Khalid and Sandro for
  your work on this package.
* New Upstream Version (LP: #406574)
  - display sidebar icons properly (Closes: #446696, LP: #115132)
* move changes currently made directly to the source into proper patches,
  but don't actually use 20_seascape.patch
* debian/control
  - recommend instead of depending on mpage and gv (Closes: #475404)
  - fix description, gjots is not a mindmap tool (Closes: #424724)
  - update to standard 3.8.3 and debhelper 5
  - set Vcs information

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
prefix="/usr"
15
15
 
16
16
rm -rf $prefix/lib/gjots2 $prefix/share/doc/gjots2-* $prefix/share/gjots2
17
 
rm -f $prefix/bin/gjots2html $prefix/bin/docbook2gjots $prefix/bin/gjots2 $prefix/bin/gjots2docbook
 
17
rm -f $prefix/bin/gjots2html $prefix/bin/docbook2gjots $prefix/bin/gjots2 $prefix/bin/gjots2docbook $prefix/bin/gjots2lpr
18
18
rm -f $prefix/share/man/man1/gjots2html.1 $prefix/share/man/man1/docbook2gjots.1 $prefix/share/man/man1/gjots2.1 $prefix/share/man/man1/gjots2docbook.1
19
19
rm -f $prefix/share/pixmaps/gjots.png $prefix/share/application/gjots2.desktop
20
 
for LOCALE in en_US fr no nb ru it; do
 
20
for LOCALE in en_US fr no nb ru cs it; do
21
21
        rm -f $prefix/share/locale/$LOCALE/LC_MESSAGES/gjots2.mo
22
22
done
 
 
b'\\ No newline at end of file'