| Line | |
|---|
| 1 | ===================== |
|---|
| 2 | Filesystem Operations |
|---|
| 3 | ===================== |
|---|
| 4 | |
|---|
| 5 | Here we define types of operations that pkgcore will support, as well as the |
|---|
| 6 | stages where these operations occur. |
|---|
| 7 | |
|---|
| 8 | --------------------------- |
|---|
| 9 | - File Deletion ( Removal ) |
|---|
| 10 | --------------------------- |
|---|
| 11 | - prerm |
|---|
| 12 | - unmerge files |
|---|
| 13 | - postrm |
|---|
| 14 | |
|---|
| 15 | -------------------------------- |
|---|
| 16 | - File Addition ( Installation ) |
|---|
| 17 | -------------------------------- |
|---|
| 18 | - preinst |
|---|
| 19 | - merge files |
|---|
| 20 | - postinst |
|---|
| 21 | |
|---|
| 22 | ---------------------------------- |
|---|
| 23 | - File Replacement ( Overwriting ) |
|---|
| 24 | ---------------------------------- |
|---|
| 25 | - preinst |
|---|
| 26 | - merge |
|---|
| 27 | - postinst |
|---|
| 28 | - prerm |
|---|
| 29 | - unmerge |
|---|
| 30 | - postrm |
|---|