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
d1f0d367
Commit
d1f0d367
authored
Aug 04, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
2e5d4057
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
epm-query
bin/epm-query
+1
-1
epm-query_package
bin/epm-query_package
+1
-1
epm-reinstall
bin/epm-reinstall
+2
-2
epm-release-upgrade
bin/epm-release-upgrade
+1
-0
No files found.
bin/epm-query
View file @
d1f0d367
...
...
@@ -37,7 +37,7 @@ _query_via_packages_list()
return
$res
}
# internal use only
# internal use only
, for installed package
__epm_get_hilevel_nameform
()
{
[
-n
"
$*
"
]
||
return
...
...
bin/epm-query_package
View file @
d1f0d367
...
...
@@ -21,6 +21,6 @@ load_helper epm-packages
epm_query_package
()
{
#showcmd grep --color "$pkg_filenames
"
EXTRA_SHOWDOCMD
=
" | grep --color
\"
$pkg_filenames
\"
"
pkg_filenames
=
epm_packages |
grep
-i
--color
--
"
$pkg_filenames
"
}
bin/epm-reinstall
View file @
d1f0d367
...
...
@@ -31,7 +31,7 @@ epm_reinstall_names()
sudocmd dnf reinstall
$@
return
;;
slackpkg
)
sudocmd
/usr/sbin/slackpkg reinstall
$@
sudocmd
_foreach
"/usr/sbin/slackpkg reinstall"
$@
return
;;
esac
...
...
@@ -52,7 +52,7 @@ epm_reinstall_files()
sudocmd dpkg
-i
$@
return
;;
slackpkg
)
sudocmd
/sbin/installpkg
$@
sudocmd
_foreach
"/sbin/installpkg"
$@
return
;;
esac
...
...
bin/epm-release-upgrade
View file @
d1f0d367
...
...
@@ -28,6 +28,7 @@ epm_release_upgrade()
docmd epm
install
apt rpm
showcmd
"TODO: change repo"
docmd epm Upgrade
docmd epm update-kernel
;;
apt-dpkg
)
sudocmd
do
-release-upgrade
-d
...
...
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