#!/usr/bin/sh #---------------------------------------------------------------------------- # /var/install/bin/post-setup-system-logging-logfileview-menu # # Creation: 2020-02-23 hbfl # Last Update: $Id: pre-setup-system-logging-logfileview-menu 72916 2020-02-23 # # Copyright (c) 2020-@@YEAR@@ the eisfair team, team(at)eisfair(dot)org # # 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. #---------------------------------------------------------------------------- package_name=syslogd # --------------------------------------------------------------------------- # main # --------------------------------------------------------------------------- rm -f /var/install/menu/setup.system.logging.*logfileview.menu rm -f /var/install/menu/setup.system.logging.*logfileview.*.menu # --------------------------------------------------------------------------- # end # ---------------------------------------------------------------------------