move bookmarks to rocky.cfg

This commit is contained in:
Louis Abel 2024-06-24 02:36:00 -07:00
parent 9d93775ebc
commit 0600ea8b0e
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 9 additions and 9 deletions

View File

@ -175,12 +175,3 @@ package {
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"
}
}
# Non-existent stuff
package {
name: "rocky-bookmarks"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "rocky-bookmarks.noarch"
}
}