summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:30:09 +0000
committerjoey <joey>1999-08-17 05:30:09 +0000
commit61fdcefce01e62c560a221e4665d4a8ade48226b (patch)
tree0a0d6dac8a06338fcb7f8c578f3f32fca8efc0b7
parentd8d55f4d4445b4f108afbb696c0adbe64c0ded68 (diff)
r247: Added.
-rw-r--r--debian/fixlinks9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/fixlinks b/debian/fixlinks
new file mode 100644
index 00000000..db161a6e
--- /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