repo.or.cz
/
nslu2-linux
/
optware.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git]
/
sources
/
ds101g-kernel-modules-fuse
/
postinst
blob
9f065f67310499a17338c63a765aec76a7aebe4c
1
#!/bin/sh
2
3
if
[ !
-e
/
dev
/
fuse
];
then
4
/
bin
/
mknod
/
dev
/
fuse
-m
0666
c
10 229
5
fi