5 lines
91 B
Text
5 lines
91 B
Text
case "${ACTION}" in
|
|
post)
|
|
[ ! -h etc/mtab ] && ln -sf /proc/self/mounts etc/mtab
|
|
;;
|
|
esac
|