desktop/zramswap/zramswap.install

8 lines
167 B
Plaintext
Raw Normal View History

2012-05-03 04:06:39 +08:00
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"
}