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
013a084b
Commit
013a084b
authored
Jun 15, 2019
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check for the needed script in apt-scripts
parent
7aa30211
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
epm-autoorphans
bin/epm-autoorphans
+1
-1
epm-autoremove
bin/epm-autoremove
+1
-1
No files found.
bin/epm-autoorphans
View file @
013a084b
...
...
@@ -31,7 +31,7 @@ epm_autoorphans()
case
$PMTYPE
in
apt-rpm
)
# ALT Linux only
assure_exists /
etc/buildreqs/files/ignore.d/apt-scripts
apt-scripts
assure_exists /
usr/share/apt/scripts/list-extras.lua
apt-scripts
if
[
-z
"
$dryrun
"
]
;
then
echo
"We will try remove all installed packages which are missed in repositories"
warning
"Use with caution!"
...
...
bin/epm-autoremove
View file @
013a084b
...
...
@@ -132,7 +132,7 @@ __epm_autoremove_altrpm()
{
local
i
load_helper epm-packages
assure_exists /
etc/buildreqs/files/ignore.d/apt-scripts
apt-scripts
assure_exists /
usr/share/apt/scripts/list-nodeps.lua
apt-scripts
if
[
-z
"
$pkg_names
"
]
;
then
__epm_autoremove_altrpm_pp
'^(python-module-|python3-module-|python-modules-|python3-modules|perl-)'
...
...
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