#!/usr/bin/sh #---------------------------------------------------------------------------- # /var/install/bin/sn-cldb - wrapper for clearing database (with user interaction) # # Creation : 2001 chriswue # Last update: $Id$ # # Copyright (c) 2001-2003 by Christian Wuerdig eisfair(at)chriswue(dot)de # Copyright (c) 2010-@@YEAR@@ Holger Bruenjes, holgerbruenjes(at)gmx(dot)net # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------- /var/install/bin/sn-cleardb echo /var/install/bin/anykey exit 0 # --------------------------------------------------------------------------- # end # ---------------------------------------------------------------------------