#!/bin/sh #---------------------------------------------------------------------------- # /var/install/bin/post-setup.services.apache2.config.modules.phpmyadmin-common.logfileview.menu # # Creation: 2020-03-11 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="${2}" # --------------------------------------------------------------------------- # main # --------------------------------------------------------------------------- rm -f /var/install/menu/setup.services.apache2.config.modules.${package_name}.logfileview.menu rm -f /var/install/menu/setup.services.apache2.config.modules.${package_name}.logfileview.*.menu # --------------------------------------------------------------------------- # end # ---------------------------------------------------------------------------