summarylogtreecommitdiffstats
path: root/firejail-pacman-hook.install
blob: ba32ccaec995da4949f24a82e5ef858f0ffaa63c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
    cat << EOF
    Don't forget to add the users for which you want desktop integration with:
      "firecfg --add-users user [user]"
    If you don't want to wait until the next trigger of this hook, run:
      "firecfg"
EOF
}

post_remove() {
    cat << EOF
    You may want to remove any existing links with:
      "firecfg --clean"
EOF
}