desktop/glusterfs/glusterfs.install
2015-11-18 23:46:45 +01:00

9 lines
220 B
Plaintext

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!"
}