move bookmarks to rocky.cfg

This commit is contained in:
Louis Abel 2024-06-24 02:35:32 -07:00
parent c66cd03dc7
commit 7e2917fb7e
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 9 additions and 9 deletions

View File

@ -495,12 +495,3 @@ package {
include_filter: "mock-rocky-configs.noarch" include_filter: "mock-rocky-configs.noarch"
} }
} }
# Non-existent stuff
package {
name: "rocky-bookmarks"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "rocky-bookmarks.noarch"
}
}

View File

@ -82,3 +82,12 @@ package {
include_filter: "shim-x64.x86_64" include_filter: "shim-x64.x86_64"
} }
} }
# Non-existent stuff
package {
name: "rocky-bookmarks"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "rocky-bookmarks.noarch"
}
}