mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
post_install() {
|
|
systemd-tmpfiles --create glusterfs.conf
|
|
}
|
|
|
|
post_upgrade() {
|
|
systemd-tmpfiles --create glusterfs.conf
|
|
echo "-- Read http://docs.gluster.org/en/latest/Upgrade-Guide/README/ page!"
|
|
}
|