desktop/zramswap/zramswap.install
2012-05-02 20:07:04 +00:00

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"
}