mergerfs/debian/mergerfs.postinst
2020-05-13 19:37:17 -04:00

10 lines
109 B
Bash
Executable File

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