mirror of https://github.com/fspc/gbootroot.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
256 B
10 lines
256 B
#!/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
|
|
|