mergerfs/debian/mergerfs.postinst

10 lines
113 B
Plaintext
Raw Normal View History

#!/bin/sh
set -e
case "${1}" in
configure)
2020-06-30 22:41:17 +08:00
chmod 4755 /usr/bin/mergerfs-fusermount
;;
esac