Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
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
etersoft
eepm
Commits
593cbde1
Commit
593cbde1
authored
Jan 17, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-update fix content index updating on deb system
parent
60d0aa93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
epm-update
bin/epm-update
+3
-0
No files found.
bin/epm-update
View file @
593cbde1
...
...
@@ -47,6 +47,7 @@ __save_available_packages()
{
[
-d
"
$epm_vardir
"
]
||
return
0
# TODO: ignore in docker
# update list only if the system supports bash completion
[
-d
/etc/bash_completion.d
]
||
return
0
...
...
@@ -67,6 +68,8 @@ esac
case
$PMTYPE
in
apt-dpkg
)
is_command apt-file
||
return
0
assure_exists apt-file
||
return
0
sudocmd apt-file update
;;
esac
...
...
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