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
5803812e
Commit
5803812e
authored
Oct 17, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fixes
parent
c0ec2b12
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
epm
bin/epm
+3
-1
epm-query
bin/epm-query
+1
-0
epm-query_file
bin/epm-query_file
+1
-1
epm-remove
bin/epm-remove
+1
-1
No files found.
bin/epm
View file @
5803812e
...
...
@@ -28,6 +28,8 @@ load_helper()
load_helper epm-sh-functions
#PATH=$PATH:/sbin:/usr/sbin
set_sudo
check_tty
...
...
@@ -189,7 +191,7 @@ for opt in "$@" ; do
--skip-installed
)
# HELPOPT: skip already install during install
skip_installed
=
1
;;
--show-command-only
)
# HELPOPT: show command only, do not any action
--show-command-only
)
# HELPOPT: show command only, do not any action
(supports install and remove ONLY)
show_command_only
=
1
;;
--quiet
)
# HELPOPT: quiet mode (do not print commands before exec)
...
...
bin/epm-query
View file @
5803812e
...
...
@@ -39,6 +39,7 @@ case $PMTYPE in
;;
*
)
epm_packages |
grep
"
$pkg_filenames
"
return
;;
esac
...
...
bin/epm-query_file
View file @
5803812e
...
...
@@ -44,7 +44,7 @@ real_file()
echo
"Note:
$TOFILE
is link to
$LINKTO
"
real_file
"
$LINKTO
"
fi
FULLFILEPATH
=
`
rea
dlink
-f
$TOFILE
`
FULLFILEPATH
=
`
rea
lpath
$TOFILE
`
}
dpkg_print_name_version
()
...
...
bin/epm-remove
View file @
5803812e
...
...
@@ -33,7 +33,7 @@ epm_remove_low()
sudocmd pkg_delete
-r
$@
return
;;
emerge
)
sudocmd emerge
-unmerge
$@
sudocmd emerge
-
-
unmerge
$@
return
;;
slackpkg
)
sudocmd /sbin/removepkg
$@
...
...
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