diff --git a/pkg/dpkg/gbootroot.postinst b/pkg/dpkg/gbootroot.postinst index a59c075..563f021 100644 --- a/pkg/dpkg/gbootroot.postinst +++ b/pkg/dpkg/gbootroot.postinst @@ -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# + diff --git a/pkg/dpkg/gbootroot.prerm b/pkg/dpkg/gbootroot.prerm index 4018fdd..118757e 100644 --- a/pkg/dpkg/gbootroot.prerm +++ b/pkg/dpkg/gbootroot.prerm @@ -3,4 +3,7 @@ if [ -e /usr/share/gbootroot/yard/Replacements/dev/ubd0 ]; then rm /usr/share/gbootroot/yard/Replacements/dev/ubd0 -fi \ No newline at end of file +fi + +#DEBHELPER# +