#---------------------------------------------------------------------------- # /var/install/include/sectionslib # # Creation : 2016-08-15 hbfl # Last Update: $Id$ # # Copyright (c) 2016-@@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. #---------------------------------------------------------------------------- # --------------------------------------------------------------------------- # usage # --------------------------------------------------------------------------- # valid_sections: contain valid sections from pack-eis # # --------------------------------------------------------------------------- # --------------------------------------------------------------------------- # Define list of valid sections # --------------------------------------------------------------------------- VALID_SECTIONS='backup base chat communication contrib database devel drivers game lib libdev mail misc multimedia netservices netutils news perl plang printer-file python python3 security system utils web' # --------------------------------------------------------------------------- # end # ---------------------------------------------------------------------------