desktop/glusterfs/glusterfs.install
2017-12-01 19:10:16 +00:00

9 lines
204 B
Plaintext

post_install() {
systemd-tmpfiles --create glusterfs.conf
}
post_upgrade() {
systemd-tmpfiles --create glusterfs.conf
echo "-- Read http://docs.gluster.org/en/latest/Upgrade-Guide/README/ page!"
}