desktop/glusterfs/glusterfs.install

9 lines
220 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
echo "-- Read http://www.gluster.org/community/documentation/index.php/Upgrade_to_3.7 page!"
}