~ubuntu-branches/ubuntu/trusty/xosd/trusty

« back to all changes in this revision

Viewing changes to debian/postinst.libxosd

  • Committer: Bazaar Package Importer
  • Author(s): Martijn van de Streek
  • Date: 2001-12-10 08:26:33 UTC
  • Revision ID: james.westby@ubuntu.com-20011210082633-7bhp3yvyd90q6ttv
Tags: 0.7.0-4
Make libxosd-dev depend on xlibs-dev (closes: #123160) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Fix blunder from 0.3.0-1 - Aagh!
 
2
if [ -L /usr/share/doc/libxosd/libxosd-dev ]; then
 
3
        rm -f /usr/share/doc/libxosd/libxosd-dev
 
4
fi
 
5
 
 
6
if [ -L /usr/share/doc/libxosd/xmms-osd-plugin ]; then
 
7
        rm -f /usr/share/doc/libxosd/xmms-osd-plugin
 
8
fi
 
9
 
 
10
# Call ldconfig (we have a shared library)
 
11
if [ "$1" = configure ]; then
 
12
        ldconfig
 
13
fi