#!/usr/bin/sh #---------------------------------------------------------------------------- # /var/install/bin/post-setup-services-proftpd-logfileview-menu # # Creation: 2019-06-20 ansgar # Last Update: $Id$ # # Copyright (c) 2019-2022 the eisfair team, team(at)eisfair(dot)org # # Drop menu for Manual logfile rotate # # 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. #---------------------------------------------------------------------------- #exec 2>/tmp/$(basename ${0})-trace$$.log #set -x # --------------------------------------------------------------------------- # main # --------------------------------------------------------------------------- rm -f /var/install/menu/setup.services.proftpd.logfileview.menu rm -f /var/install/menu/setup.services.proftpd.logfileview.*.menu # --------------------------------------------------------------------------- # end # ---------------------------------------------------------------------------