mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-13 00:09:03 +08:00
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
post_install() {
|
|
echo "Add zramswap to the DAEMONS array in rc.conf"
|
|
}
|
|
|
|
post_remove() {
|
|
echo "Don't forget to remove zramswap from the DAEMONS array in rc.conf"
|
|
}
|