#!/bin/sh #---------------------------------------------------------------------------- # /var/install/deinstall/jedlib - jedlib deinstallation # # Copyright (c) 2001-2024 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 11.03.2006 jed # Last Update: $Id$ # # 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. #---------------------------------------------------------------------------- # read eislib . /var/install/include/eislib if [ "$1" = "update" ] then update=1 else update=0 fi ### ------------------------------------------------------------------------- ### stop service ### ------------------------------------------------------------------------- ### ------------------------------------------------------------------------- ### remove config files ### ------------------------------------------------------------------------- rm -f /etc/filelist.d/jedlib-files.txt ### ------------------------------------------------------------------------- ### remove start/stop scripts ### ------------------------------------------------------------------------- ### ------------------------------------------------------------------------- ### remove program files ### ------------------------------------------------------------------------- rm -r -f /usr/share/doc/jedlib ### ------------------------------------------------------------------------- ### remove log file ### ------------------------------------------------------------------------- ### ------------------------------------------------------------------------- ### remove menu files ### ------------------------------------------------------------------------- ### ------------------------------------------------------------------------- ### remove package description ### ------------------------------------------------------------------------- rm -f /var/install/packages/jedlib ### ------------------------------------------------------------------------- ### remove deinstall script ### ------------------------------------------------------------------------- rm -f /var/install/deinstall/jedlib ### ------------------------------------------------------------------------- ### remove Mailquota from menu system ### -------------------------------------------------------------------------