]> git.donarmstrong.com Git - debhelper.git/commitdiff
r247: Added.
authorjoey <joey>
Tue, 17 Aug 1999 05:30:09 +0000 (05:30 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:30:09 +0000 (05:30 +0000)
debian/fixlinks [new file with mode: 0644]

diff --git a/debian/fixlinks b/debian/fixlinks
new file mode 100644 (file)
index 0000000..db161a6
--- /dev/null
@@ -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