mergerfs/debian/mergerfs.postinst

10 lines
113 B
Bash
Executable File

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