Updated: Calamres branding
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
60d06e6473
commit
b9ed0e1e2c
|
@ -1,9 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Peppermint Hub
|
||||
Comment=This will open the Pep Hub
|
||||
Exec=hub
|
||||
Icon=peppermint-hub-128
|
||||
Terminal=false
|
||||
StartupNotify=false
|
|
@ -260,25 +260,25 @@ class ArchitectureFiles:
|
|||
self.sarch = sarch
|
||||
calamares_path = '/calamares_settings/'
|
||||
sources_path = '/sources/'
|
||||
src_paths = (#calamares_path + self.sbase + self.sarch +
|
||||
#'/calamares/settings.conf',
|
||||
#calamares_path + self.sbase + self.sarch +
|
||||
#'/install-peppermint',
|
||||
#calamares_path + self.sbase + self.sarch +
|
||||
#'/sources-final',
|
||||
#calamares_path + self.sbase + self.sarch +
|
||||
#'/bootloader-config',
|
||||
#calamares_path +
|
||||
#'adddesktopicon/add-calamares-desktop-icon',
|
||||
src_paths = (calamares_path + self.sbase + self.sarch +
|
||||
'/calamares/settings.conf',
|
||||
calamares_path + self.sbase + self.sarch +
|
||||
'/install-peppermint',
|
||||
calamares_path + self.sbase + self.sarch +
|
||||
'/sources-final',
|
||||
calamares_path + self.sbase + self.sarch +
|
||||
'/bootloader-config',
|
||||
calamares_path +
|
||||
'adddesktopicon/add-calamares-desktop-icon',
|
||||
sources_path + self.sbase + self.sarch +
|
||||
'/sources.list',
|
||||
#'/id_files/pep_id'
|
||||
'/id_files/pep_id'
|
||||
)
|
||||
des_paths = (#'/etc/calamares/settings.conf',
|
||||
#'/usr/bin/install-peppermint',
|
||||
#'/usr/sbin/sources-final',
|
||||
#'/usr/sbin/bootloader-config',
|
||||
#'/usr/bin/add-calamares-desktop-icon',
|
||||
des_paths = ('/etc/calamares/settings.conf',
|
||||
'/usr/bin/install-peppermint',
|
||||
'/usr/sbin/sources-final',
|
||||
'/usr/sbin/bootloader-config',
|
||||
'/usr/bin/add-calamares-desktop-icon',
|
||||
'/opt/pepconf/sources.list',
|
||||
'/usr/share/peppermint/pep_id'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue