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
7b2a0ea3
Commit
7b2a0ea3
authored
Feb 27, 2014
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
checkpkg: use assure for erc
parent
c7c09645
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
epm-checkpkg
bin/epm-checkpkg
+1
-4
epm-sh-functions
bin/epm-sh-functions
+3
-0
No files found.
bin/epm-checkpkg
View file @
7b2a0ea3
...
...
@@ -37,11 +37,8 @@ check_pkg_integrity()
true
;;
*
)
assure_exists erc
docmd erc
test
"
$PKG
"
&&
return
which erc
>
/dev/null 2>/dev/null
&&
fatal
"Check failed."
fatal
"Install erc package for file package."
# TODO
epm
install
erc
;;
esac
}
...
...
bin/epm-sh-functions
View file @
7b2a0ea3
...
...
@@ -281,6 +281,9 @@ assure_exists()
apt-file
)
epm
install
apt-file
;;
erc
)
epm
install
erc
;;
update-kernel|remove-old-kernels
)
epm
install
update-kernel
;;
...
...
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