~ubuntu-branches/ubuntu/trusty/xdelta/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/libxdelta2.postinst

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2002-01-26 00:02:04 UTC
  • Revision ID: james.westby@ubuntu.com-20020126000204-xwwqggeiku4aq9gm
Tags: 1.1.3-4
New maintainer.  Closes: #130844

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
case "$1" in
 
4
  configure)
 
5
    ldconfig
 
6
    ;;
 
7
esac
 
8