Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
18
Issues
18
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
9aaf844e
Commit
9aaf844e
authored
Mar 21, 2012
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-keymap: do not use pkg_inst/pkg_deinst
we will only support apk tools so lets make things simpler
parent
bf756b84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup-keymap.in
setup-keymap.in
+2
-2
No files found.
setup-keymap.in
View file @
9aaf844e
...
...
@@ -73,7 +73,7 @@ select_variant() {
goodbye
()
{
if
[
$was_installed
-ne
0
]
;
then
pkg_deinst
bkeymaps
apk del
-q
bkeymaps
fi
exit
$1
}
...
...
@@ -81,7 +81,7 @@ goodbye() {
apk info
-eq
bkeymaps
was_installed
=
$?
pkg_inst
bkeymaps
apk add
-q
bkeymaps
deflayout
=
"
$1
"
defvariant
=
"
$2
"
...
...
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