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
Nurlan
eepm
Commits
01b48f04
Commit
01b48f04
authored
Mar 17, 2016
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add check_reqs script and cleanup all reqs
parent
8ee33a6f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
epm-autoorphans
bin/epm-autoorphans
+1
-1
epm-filelist
bin/epm-filelist
+1
-1
epm-reinstall
bin/epm-reinstall
+1
-1
check_reqs.sh
check_reqs.sh
+2
-0
No files found.
bin/epm-autoorphans
View file @
01b48f04
...
...
@@ -35,7 +35,7 @@ case $PMTYPE in
apt-dpkg|aptitude-dpkg
)
assure_exists deborphan
showcmd deborphan
deborphan | sudocmd epm remove
a
=
deborphan | sudocmd epm remove
;;
#aura)
# sudocmd aura -Oj
...
...
bin/epm-filelist
View file @
01b48f04
...
...
@@ -43,7 +43,7 @@ __alt_local_content_filelist()
__deb_local_content_filelist
()
{
showcmd
"apt-file list
$1
| grep '^
$1
: ' | sed -e 's|
$1
: ||g'"
apt-file list
"
$1
"
|
grep
"^
$1
: "
|
sed
-e
"s|
$1
: ||g"
a
=
a
pt-file list
"
$1
"
|
grep
"^
$1
: "
|
sed
-e
"s|
$1
: ||g"
}
...
...
bin/epm-reinstall
View file @
01b48f04
...
...
@@ -35,7 +35,7 @@ epm_reinstall_names()
sudocmd dnf reinstall
$@
return
;;
pkgng
)
sudocm
f
pkg
install
-f
$@
sudocm
d
pkg
install
-f
$@
return
;;
slackpkg
)
sudocmd_foreach
"/usr/sbin/slackpkg reinstall"
$@
...
...
check_reqs.sh
0 → 100755
View file @
01b48f04
#!/bin/sh
/usr/lib/rpm/shell.req bin/epm-
*
|
sort
-u
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