]> git.donarmstrong.com Git - debhelper.git/blob - debian/fixlinks
db161a6e2539e6291fa099e601be7fbe8c326adb
[debhelper.git] / debian / fixlinks
1 #!/bin/sh -e
2 # Clean up after cvs's dreadful symlink handling, by making all the symlinks
3 # this package needs.
4 ln -sf debian/rules Makefile
5 ln -sf Dh_Lib.pm debian/Dh_Lib.pm
6 ln -sf Dh_Getopt.pm debian/Dh_Getopt.pm
7 ln -sf postinst-menu autoscripts/postrm-menu
8 ln -sf postinst-modules autoscripts/postrm-modules
9 ln -sf postinst-mime autoscripts/postrm-mime