Moved profile registry to lib/system for organizational consistency.
This commit is contained in:
@@ -43,7 +43,7 @@ source "${SCRIPT_DIR}/lib/desktop/kde.sh"
|
|||||||
source "${SCRIPT_DIR}/lib/desktop/drivers.sh"
|
source "${SCRIPT_DIR}/lib/desktop/drivers.sh"
|
||||||
|
|
||||||
# Source profile system
|
# Source profile system
|
||||||
source "${SCRIPT_DIR}/profiles/registry.sh"
|
source "${SCRIPT_DIR}/lib/system/profiles.sh"
|
||||||
|
|
||||||
# Enable error handling
|
# Enable error handling
|
||||||
trap_errors
|
trap_errors
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# registry.sh - Profile registry and management
|
# profiles.sh - Profile registry and management
|
||||||
#
|
#
|
||||||
# Provides functions to list, select, and install profiles.
|
# Provides functions to list, select, and install profiles.
|
||||||
# Profile definitions are loaded from config/profiles.conf.
|
# Profile definitions are loaded from config/profiles.conf.
|
||||||
Reference in New Issue
Block a user