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
e31649d5
Commit
e31649d5
authored
Jul 19, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: fix autorequires
parent
091b2430
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
epm
bin/epm
+1
-1
epm-checkpkg
bin/epm-checkpkg
+4
-4
epm-update
bin/epm-update
+5
-5
No files found.
bin/epm
View file @
e31649d5
...
...
@@ -141,4 +141,4 @@ set_pm_type
# Run helper for command
[
-n
"
$epm_cmd
"
]
||
fatal
"Run without any command"
load_helper epm-
$epm_cmd
epm_
$epm_cmd
epm_
$epm_cmd
||
fatal
""
bin/epm-checkpkg
View file @
e31649d5
...
...
@@ -20,7 +20,7 @@
check_rpm_integrity
()
{
rpm
--checksig
$@
>
/dev/null
a
=
rpm
--checksig
$@
>
/dev/null
}
check_deb_integrity
()
...
...
@@ -30,7 +30,7 @@ check_deb_integrity()
check_bz2_integrity
()
{
bunzip
-t
$1
>
/dev/null
a
=
bunzip
-t
$1
>
/dev/null
}
check_tbz_integrity
()
...
...
@@ -40,7 +40,7 @@ check_tbz_integrity()
check_gz_integrity
()
{
gunzip
-t
$1
>
/dev/null
a
=
gunzip
-t
$1
>
/dev/null
}
check_tgz_integrity
()
...
...
@@ -55,7 +55,7 @@ check_zip_integrity()
check_xz_integrity
()
{
xz
-t
$1
>
/dev/null
a
=
xz
-t
$1
>
/dev/null
}
check_exe_integrity
()
...
...
bin/epm-update
View file @
e31649d5
...
...
@@ -24,13 +24,13 @@ epm_update()
{
case
$PMTYPE
in
"apt-rpm"
)
apt-get update
||
exit
apt-get
-f
install
||
exit
docmd
$SUDO
apt-get update
||
exit
docmd
$SUDO
apt-get
-f
install
||
exit
;;
"apt-dpkg"
)
apt-get update
||
exit
apt-get
-f
install
||
exit
apt-get autoremove
docmd
$SUDO
apt-get update
||
exit
docmd
$SUDO
apt-get
-f
install
||
exit
docmd
$SUDO
apt-get autoremove
;;
# skip, will do it automagically
# "LinuxXP"|"Fedora"|"ASPLinux"|"CentOS"|"RHEL"|"Scientific")
...
...
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