24 lines
1.5 KiB
Text
24 lines
1.5 KiB
Text
# Version: 0.1.0
|
|
# Copyright (c) 2005-2011:
|
|
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
|
|
# Licensed under the terms of the GNU General Public License version 3.
|
|
#
|
|
# This file should list md5sums (or special type, see below) for files/paths
|
|
# which are to be deleted from the system using the remove_file() function in
|
|
# doinst.sh. The file/path will only be removed if the corresponding <md5sum>
|
|
# or special type matches that of the item on the system. The md5sum or type
|
|
# check prevents the deletion of any files which may have been customised by
|
|
# the administrator. Each entry should have the format:
|
|
# <path> <md5sum> [comment]
|
|
# and each of the elements must be separated by one or more tabs, not spaces.
|
|
# If the <path> to be removed is not a regular file, the corresponding <md5sum>
|
|
# entry should be one of the following special types (must be in upper case):
|
|
# DIR - for a directory (Note: will be removed with rm -rf!)
|
|
# LINK - for a symbolic link (Note: only the symbolic link is removed)
|
|
# SPECIAL - for sockets, fifos, char/block devices, etc.
|
|
# FORCE_REMOVE - force a regular file to be deleted without doing any md5sum
|
|
# checks, but only if the <path> is a regular file.
|
|
# Paths which are not regular files on the system, and have not been marked
|
|
# with the correct special type will not be removed. The [comment] field is
|
|
# optional, but could be used to detail the source of the <md5sum> - eg, the
|
|
# Slackware version, package name and version.
|