summaryrefslogtreecommitdiff
path: root/lib/uninstall.c
AgeCommit message (Expand)AuthorFilesLines
1998-07-30Consolidated includes for librpmbuild API.jbj1-5/+1
1998-07-25Aggregate system includes into system.h.jbj1-14/+2
1998-06-301) added NOTRIGGERS supportewt1-11/+29
1998-05-26- set file states to missing for --justdb packagesewt1-4/+23
1998-04-20need to init freePrefixesewt1-1/+1
1998-04-09Jeff Johnson's memleak patchesmarc1-1/+1
1998-04-05fixed bad variable nameewt1-1/+1
1998-04-05implemented %triggerpostunewt1-0/+5
1998-03-27added trigger supportewt1-89/+245
1998-02-081) fixed RPM_INSTALL_PREFIXn env variablesewt1-4/+27
1998-01-29fixed problems in file relocationewt1-12/+35
1998-01-08don't run scripts in test modeewt1-8/+12
1997-10-29don't give an error if missingok files don't exist on -eewt1-2/+5
1997-10-17Handle scripts where script prog in a string array.marc1-36/+84
1997-09-14fixed size in write()ewt1-1/+1
1997-09-12do "set -x" as "set -xs" is simply brokenewt1-1/+1
1997-09-09pre/post script processing had some erroneous free() callsewt1-2/+4
1997-08-28only write install prefix env variable if one is definedewt1-1/+2
1997-08-28replaced temporary file creation to be significantly saferewt1-38/+2
1997-08-28set RPM_INSTALL_PREFIX properlyewt1-0/+3
1997-07-24Added --justdbewt1-2/+6
1997-07-16Implements POSTUNPROG-type tagsewt1-41/+100
1997-05-20Must include <sys/tiome.h> before <sys/resource.h> for SunOSewt1-1/+1
1997-05-20Moved includes of miscfn.h to the top.ewt1-1/+1
1997-05-20Added more includes of <sys/time.h> and <sys/resource.h> for AIXewt1-0/+1
1997-05-16Applied changes for AIX. This involved using <sys/select.h> if it's available.ewt1-0/+1
1997-05-07Added config.h, miscfn.h header filesewt1-0/+1
1997-05-01Made messages translatable.ewt1-13/+19
1997-02-121) don't remove pre/post scripts if isdebug is setewt1-2/+2
1997-01-171) use config.h if availableewt1-1/+3
1996-12-24use doputenv() and dosetenv()ewt1-1/+1
1996-12-12use _exit instead of exit in forksewt1-1/+1
1996-11-18The Great Renamingroot1-63/+62
1996-10-311) don't remove package when preinstall script failsewt1-3/+8
1996-10-211) never removed files which are state RPMFILE_STATE_NOTINSTALLEDewt1-1/+7
1996-10-211) free matches in findSharedFiles()ewt1-4/+11
1996-09-25conditionally include <alloca.h>ewt1-1/+4
1996-09-16include "rpmdb.h"ewt1-0/+1
1996-08-31supports broken md5's that rpm used to generate on the SPARCewt1-3/+9
1996-07-29removed verbose messagesewt1-3/+0
1996-07-16added message for verbose modeewt1-2/+7
1996-07-10set RPM_INSTALL_PREFIX environment variable in runScript() when appropriateewt1-3/+15
1996-06-281) removed "upgrade" arg hackewt1-14/+22
1996-05-22pass "upgrade" arg to pre/post scripts when upgradingroot1-8/+13
1996-05-07the norunScripts parameter to runScript() was implemented backwards :-(ewt1-1/+1
1996-04-15added support for INSTALL_NOSCRIPTS, UNINSTALL_NOSCRIPTSewt1-9/+11
1996-03-29doesn't remove files that were never installed (RPMFILE_STATE_NOTINSTALLED)ewt1-3/+11
1996-03-01creates a default path which is used for running scriptsewt1-0/+4
1996-02-20fixed sorting of the shared file listewt1-7/+7
1996-02-15fixed bug which resulted in shared files getting backed upewt1-0/+1