9 lines
109 B

#!/bin/sh
set -e
case "${1}" in
configure)
chmod 4755 /bin/mergerfs-fusermount
;;
esac