Update calamares-modules-cereus from 2022.08.17_1 to 2022.08.18_1
This commit is contained in:
parent
da44f86e6f
commit
3965cd12ad
2 changed files with 3 additions and 4 deletions
|
@ -77,9 +77,8 @@ class ConfigController:
|
||||||
|
|
||||||
# Remove calamares
|
# Remove calamares
|
||||||
self.remove_pkg("calamares-cereus")
|
self.remove_pkg("calamares-cereus")
|
||||||
target_env_call(["find", "*", "-name", "calamares.desktop", "-delete"])
|
if exists(join(self.root, "usr/share/applications/calamares.desktop")):
|
||||||
target_env_call(["unlink", "root/Desktop/calamares.desktop"])
|
target_env_call(["rm", "-f", "usr/share/applications/calamares.desktop"])
|
||||||
target_env_call(["unlink", "home/*/Desktop/calamares.desktop"])
|
|
||||||
|
|
||||||
# Copy skel to root
|
# Copy skel to root
|
||||||
self.copy_folder('etc/skel', 'root')
|
self.copy_folder('etc/skel', 'root')
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'calamares-modules-cereus'
|
# Template file for 'calamares-modules-cereus'
|
||||||
pkgname=calamares-modules-cereus
|
pkgname=calamares-modules-cereus
|
||||||
version=2022.08.17
|
version=2022.08.18
|
||||||
revision=1
|
revision=1
|
||||||
modules_dir="usr/lib/calamares/modules/"
|
modules_dir="usr/lib/calamares/modules/"
|
||||||
repository="cereus-core"
|
repository="cereus-core"
|
||||||
|
|
Loading…
Add table
Reference in a new issue