Remove /boot/common for good
* Remove support for the "common" installation location from packagefs, package kit, package daemon, package managers. * Rename the B_COMMON_*_DIRECTORY constants referring to writable directories to B_SYSTEM_*_DIRECTORY. * Remove/adjust the use of various B_COMMON_*_DIRECTORY constants. I'm sure some occurrence still remain. They can be adjusted when the remaining B_COMMON_*_DIRECTORY constants are removed.
This commit is contained in:
@@ -67,8 +67,6 @@ public:
|
||||
|
||||
const InstalledRepository* SystemRepository() const
|
||||
{ return fSystemRepository; }
|
||||
const InstalledRepository* CommonRepository() const
|
||||
{ return fCommonRepository; }
|
||||
const InstalledRepository* HomeRepository() const
|
||||
{ return fHomeRepository; }
|
||||
const InstalledRepositoryList& InstalledRepositories() const
|
||||
@@ -139,7 +137,6 @@ protected:
|
||||
BPackageInstallationLocation fLocation;
|
||||
BSolver* fSolver;
|
||||
InstalledRepository* fSystemRepository;
|
||||
InstalledRepository* fCommonRepository;
|
||||
InstalledRepository* fHomeRepository;
|
||||
InstalledRepositoryList fInstalledRepositories;
|
||||
RemoteRepositoryList fOtherRepositories;
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
|
||||
enum PackageFSMountType {
|
||||
PACKAGE_FS_MOUNT_TYPE_SYSTEM,
|
||||
PACKAGE_FS_MOUNT_TYPE_COMMON,
|
||||
PACKAGE_FS_MOUNT_TYPE_HOME,
|
||||
PACKAGE_FS_MOUNT_TYPE_CUSTOM,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user