From: joey Date: Tue, 17 Aug 1999 05:30:09 +0000 (+0000) Subject: r247: Added. X-Git-Tag: version_2.0.101~351 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=61fdcefce01e62c560a221e4665d4a8ade48226b;p=debhelper.git r247: Added. --- diff --git a/debian/fixlinks b/debian/fixlinks new file mode 100644 index 0000000..db161a6 --- /dev/null +++ b/debian/fixlinks @@ -0,0 +1,9 @@ +#!/bin/sh -e +# Clean up after cvs's dreadful symlink handling, by making all the symlinks +# this package needs. +ln -sf debian/rules Makefile +ln -sf Dh_Lib.pm debian/Dh_Lib.pm +ln -sf Dh_Getopt.pm debian/Dh_Getopt.pm +ln -sf postinst-menu autoscripts/postrm-menu +ln -sf postinst-modules autoscripts/postrm-modules +ln -sf postinst-mime autoscripts/postrm-mime