mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22: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!"
|
|
}
|