summarylogtreecommitdiffstats
path: root/nautilus-reminder.install
diff options
context:
space:
mode:
authorLuke Street2021-05-17 16:05:16 -0400
committerLuke Street2021-05-17 16:05:16 -0400
commit504eb3958e2ec4208ebb11474357f860bb7cbe86 (patch)
tree6c0e11b00f92d92f115436de28555ca677564e86 /nautilus-reminder.install
downloadaur-jetbrains-nautilus-git.tar.gz
Initial commit
Diffstat (limited to 'nautilus-reminder.install')
-rw-r--r--nautilus-reminder.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/nautilus-reminder.install b/nautilus-reminder.install
new file mode 100644
index 000000000000..ed6e78709538
--- /dev/null
+++ b/nautilus-reminder.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "Remember to restart nautilus by running 'nautilus -q'"
+}
+
+post_remove() {
+ echo "Remember to restart nautilus by running 'nautilus -q'"
+}