~ubuntu-branches/ubuntu/trusty/octave-pkg-dev/trusty-proposed

« back to all changes in this revision

Viewing changes to prerm-octpkg

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Weber, Ólafur Jens Sigurðsson, Rafael Laboissiere, Thomas Weber
  • Date: 2008-08-23 11:13:27 UTC
  • Revision ID: james.westby@ubuntu.com-20080823111327-nzjbp0ueaemuzctl
Tags: 0.5.8
[ Ólafur Jens Sigurðsson ]
* debian/control: Bump Standards-Version to 3.8.0 (no changes needed)

[ Rafael Laboissiere ]
* octave-pkg-helper.in, debian/install: Call "pkg rebuild" in the postrm
  script instead of prerm, otherwise Octave thinks the package is always
  there even if purged (bug spotted by Thomas Weber)
* debian/postrm-octpkg: Renamed from prerm-octpkg

[ Thomas Weber ]
* Set OCTAVE_HISTFILE to /dev/null, otherwise Octave creates an empty
  ~/.octave_hist file even when called with --no-history

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- sh -*-
2
 
 
3
 
case "$1" in
4
 
    upgrade|remove|purge)
5
 
        #OCTAVE# --silent --no-history --no-init-file --eval "pkg ('rebuild');"
6
 
esac