~ubuntu-branches/ubuntu/quantal/librsvg/quantal-security

« back to all changes in this revision

Viewing changes to debian/librsvg2-dev.postinst

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-04-17 17:15:52 UTC
  • mfrom: (51.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120417171552-t22nzwt1y28x4dwv
Tags: 2.36.1-1
* New upstream release.
* debian/patches/10_rsvg-gz.patch: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
set -e
3
 
 
4
 
DOCDIR=/usr/share/gtk-doc/html/rsvg
5
 
 
6
 
if [ -d $DOCDIR -a ! -L $DOCDIR ]; then
7
 
    rmdir $DOCDIR && ln -s ../../doc/librsvg2-dev/html $DOCDIR || true
8
 
fi
9
 
 
10
 
#DEBHELPER#