#!/bin/sh #---------------------------------------------------------------------------- # /var/install/bin/post-setup-services-apcupsd-apcupsd-cgi-logfileview-menu # # Creation: 2020-03-10 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=apcupsd-cgi # --------------------------------------------------------------------------- # main # --------------------------------------------------------------------------- rm -f /var/install/menu/setup.services.apcupsd.${package_name}.logfileview.menu rm -f /var/install/menu/setup.services.apcupsd.${package_name}.logfileview.*.menu # --------------------------------------------------------------------------- # end # ---------------------------------------------------------------------------