summaryrefslogtreecommitdiff
path: root/lib/uninstall.c
AgeCommit message (Expand)AuthorFilesLines
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
1996-01-29New packages have forward sorted file lists - uninstalls should traverseewt1-1/+3
1996-01-22fixed some bad freesroot1-2/+4
1996-01-08fixed problems with --rootroot1-3/+4
1996-01-08handles config files, directories correctlyewt1-11/+75
1996-01-08handles shared files - doesn't handle config files correctly yetewt1-19/+258
1996-01-06fixed some messagesewt1-2/+3
1996-01-05Initial revisionewt1-0/+82