summarylogtreecommitdiffstats
path: root/glusterfs.install
blob: 7383408bf0698ad4ca6acc9cc659cde05cc7572f (plain)
1
2
3
4
5
6
7
8
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!"
}