~ubuntu-branches/ubuntu/wily/openms/wily

« back to all changes in this revision

Viewing changes to debian/libopenms1.postinst

  • Committer: Package Import Robot
  • Author(s): Filippo Rusconi
  • Date: 2012-11-12 15:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20121112155812-e6mvctvil4ko9npv
Tags: 1.9.0-1
1.9.0 First Debian package release (Closes: #691129).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
 
 
4
if [ "$1" = "configure" ]; then
 
5
        ldconfig
 
6
fi
 
7