desktop/glusterfs/glusterfs.install

9 lines
204 B
Plaintext
Raw Normal View History

2015-11-19 06:46:22 +08:00
post_install() {
systemd-tmpfiles --create glusterfs.conf
}
post_upgrade() {
systemd-tmpfiles --create glusterfs.conf
2017-12-02 03:10:16 +08:00
echo "-- Read http://docs.gluster.org/en/latest/Upgrade-Guide/README/ page!"
2015-11-19 06:46:22 +08:00
}