#! /bin/sh #---------------------------------------------------------------------------- # libserdisp-dev - Deinstallation # # Copyright (c) 2006 Nico Wallmeier # # Creation: 2006/07/25 Nico # 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. #---------------------------------------------------------------------------- . /var/install/include/eislib mecho -info " deinstalling libserdisp-dev..." #---------------------------------------------------------------------------- # Remove list #---------------------------------------------------------------------------- rm -f /usr/lib/libserdisp.a rm -rf /usr/include/serdisplib/ rm -f /var/install/packages/libserdisp-dev rm -f /var/install/deinstall/libserdisp-dev rm -f /etc/filelist.d/libserdisp-dev-files.txt #---------------------------------------------------------------------------- # Ende von: libserdisp-dev - Deinstallation #---------------------------------------------------------------------------- exit 0