From a9b75f96fd7597473097c8ed993612bc3dc35a73 Mon Sep 17 00:00:00 2001 From: rohieb Date: Sun, 20 Jul 2008 03:19:04 +0200 Subject: [PATCH] uninstall: removed separator lines --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bb76eae..c5744d5 100755 --- a/Makefile +++ b/Makefile @@ -109,8 +109,8 @@ uninstall: psql -c "DELETE FROM log_module WHERE module='Room Reservation Schedule';" chklocale - @echo ---------------------------------------------------------------------- + @echo @echo If you do not need the SQL tables anymore, remove them by running @echo ' psql -c "DROP TABLE mod_roomreservation_bookings;"' @echo After that, all bookings are unrecoverably deleted! - @echo ---------------------------------------------------------------------- + @echo -- 2.20.1