mirror of https://github.com/fspc/gbootroot.git
freesource
23 years ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
#!/bin/sh |
|||
|
|||
mknod /usr/share/gbootroot/yard/replacements/dev/ubd0 b 98 0 |
|||
|
|||
|
|||
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 |
Loading…
Reference in new issue