Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
installer-distro-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
installer-distro-ximper
Commits
82748e1c
Commit
82748e1c
authored
May 14, 2020
by
Mikhail Efremov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
postinstall: Remove alterator-wizardface and alterator-luks
Apparently alterator-wizardface is not needed in the installed system and alterator-luks doesn't work (see ALT bug #37785).
parent
e3b47556
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
01-remove-installer-desktop-pkgs.sh
...station/postinstall.d/01-remove-installer-desktop-pkgs.sh
+6
-0
No files found.
installer-distro-alt-workstation/postinstall.d/01-remove-installer-desktop-pkgs.sh
0 → 100755
View file @
82748e1c
#!/bin/sh -fu
.
install2-init-functions
list
=
"
$(
exec_chroot rpmquery
-a
alterator-wizardface alterator-luks
)
"
[
-z
"
$list
"
]
||
exec_chroot rpmi
-e
--
$list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment