mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
Letting dh_installdocs do its work.
This commit is contained in:
parent
7f2e034912
commit
478efb0b44
@ -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
|
mknod /usr/share/gbootroot/yard/Replacements/dev/ubd0 b 98 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" = "configure" ]; then
|
#DEBHELPER#
|
||||||
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
|
|
||||||
|
@ -3,4 +3,7 @@
|
|||||||
|
|
||||||
if [ -e /usr/share/gbootroot/yard/Replacements/dev/ubd0 ]; then
|
if [ -e /usr/share/gbootroot/yard/Replacements/dev/ubd0 ]; then
|
||||||
rm /usr/share/gbootroot/yard/Replacements/dev/ubd0
|
rm /usr/share/gbootroot/yard/Replacements/dev/ubd0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#DEBHELPER#
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user