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
e7808245
Commit
e7808245
authored
Aug 24, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-filelist: realize low level file list for rpm in the same code
parent
8517879b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
epm-filelist
bin/epm-filelist
+3
-12
No files found.
bin/epm-filelist
View file @
e7808245
#!/bin/sh
#
# Copyright (C) 2012-201
4
Etersoft
# Copyright (C) 2012-201
4
Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2012-201
5
Etersoft
# Copyright (C) 2012-201
5
Vitaly Lipatov <lav@etersoft.ru>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
...
...
@@ -91,21 +91,12 @@ __epm_filelist_name()
[
-z
"
$*
"
]
&&
return
case
$PMTYPE
in
apt
-rpm
)
*
-rpm
)
CMD
=
"rpm -ql"
;;
*
-dpkg
)
CMD
=
"dpkg -L"
;;
yum-rpm
)
CMD
=
"rpm -ql"
;;
urpm-rpm
)
CMD
=
"rpm -ql"
;;
zypper-rpm
)
CMD
=
"rpm -ql"
;;
android
)
CMD
=
"pm list packages -f"
;;
...
...
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