6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
|
case "${ACTION}" in
|
||
|
post)
|
||
|
ln -sf /proc/self/mounts etc/mtab
|
||
|
;;
|
||
|
esac
|