This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
mergerfs
Watch
2
Star
0
Fork
0
You've already forked mergerfs
mirror of
https://github.com/trapexit/mergerfs.git
synced
2024-11-23 01:53:20 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b36fa27ebf
mergerfs
/
debian
/
mergerfs.postinst
10 lines
113 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix install location and setuid setting in deb pkgs
2020-05-14 07:37:17 +08:00
#!/bin/sh
set -e
case "${1}" in
configure)
fix rpm spec and chmod in deb
2020-06-30 22:41:17 +08:00
chmod 4755 /usr/bin/mergerfs-fusermount
fix install location and setuid setting in deb pkgs
2020-05-14 07:37:17 +08:00
;;
esac
Reference in New Issue
Copy Permalink