1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 16:43:23 -05:00

Letting dh_installdocs do its work.

This commit is contained in:
freesource 2001-09-25 00:32:32 +00:00
parent 7f2e034912
commit 478efb0b44
2 changed files with 6 additions and 6 deletions

View File

@ -5,8 +5,5 @@ if [ ! -e /usr/share/gbootroot/yard/Replacements/dev/ubd0 ]; then
mknod /usr/share/gbootroot/yard/Replacements/dev/ubd0 b 98 0
fi
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/gbootroot -a -d /usr/share/doc/gbootroot ]; then
ln -sf ../share/doc/gbootroot /usr/doc/gbootroot
fi
fi
#DEBHELPER#

View File

@ -3,4 +3,7 @@
if [ -e /usr/share/gbootroot/yard/Replacements/dev/ubd0 ]; then
rm /usr/share/gbootroot/yard/Replacements/dev/ubd0
fi
fi
#DEBHELPER#