From 791c5a1471b418e971263ec0d7c5df9dc61ae375 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 16 Feb 2013 18:59:39 +0100 Subject: [PATCH] setup.sh: Don't create ~/.reminders from template. I don't use remind on all systems. --- setup.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.sh b/setup.sh index 4c14f5f..6e2a68e 100755 --- a/setup.sh +++ b/setup.sh @@ -213,12 +213,6 @@ fi # Htop overwrites the comments in its configuration file. generate cat htoprc .in -# Copy remindrc template if ~/.reminders doesn't exist yet. -if installed remind && test ! -e "$HOME/.reminders"; then - echo remind: copying template to .reminders - cp reminders.in "$HOME/.reminders" -fi - # LINK SETUP -- 2.44.1