mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
9 lines
220 B
Plaintext
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!"
|
||
|
}
|