summarylogtreecommitdiffstats
path: root/firefox-vacuum.install
blob: 027b7b01e16c673e7e1551a7c2421f7ef5ffe983 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo "You can enable firefox-vacuum@.service for automate the optimization."
    echo "This service runs always before shutdown. To use enable the service:"
    echo "(E.g) # systemctl enable firefox-vacuum@<your-user>.service"
}

post_upgrade() {
    post_install
}