summarylogtreecommitdiffstats
path: root/firejail-pacman-hook.install
diff options
context:
space:
mode:
Diffstat (limited to 'firejail-pacman-hook.install')
-rw-r--r--firejail-pacman-hook.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/firejail-pacman-hook.install b/firejail-pacman-hook.install
new file mode 100644
index 000000000000..ba32ccaec995
--- /dev/null
+++ b/firejail-pacman-hook.install
@@ -0,0 +1,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
+}