~ubuntu-branches/ubuntu/utopic/lmbench/utopic

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Al Stone
  • Date: 2009-02-22 18:20:00 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090222182000-cztbv0rjzhgdu3kf
Tags: 3.0-a9-1
* Update to latest upstream (3.0-a9).
* Update to latest Standards-Version. 
* Incorporate Ubuntu patch: depend on libc6-dev (LP: #246618)
* Closes: bug#470279 -- replaced all uses of /usr/tmp with /var/tmp
* Closes: bug#496427 -- removed risk of /tmp symlink attacks by moving
  all usage of /tmp to /var/tmp/lmbench

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
case "$1" in
20
20
        purge)
21
 
        /usr/bin/find  /var/lib/lmbench/ -type f -exec rm -f \{\}\; 
22
 
        /usr/bin/find  /var/run/lmbench/ -type f -exec rm -f \{\}\; 
 
21
        find  /var/lib/lmbench/ -type f -exec rm -f \{\}\; 
 
22
        find  /var/run/lmbench/ -type f -exec rm -f \{\}\; 
23
23
        ;;
24
24
        remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
25
25
# Do nothing