Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.package
Commits
2139afa0
Commit
2139afa0
authored
Dec 20, 2024
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
obs/re6st: ignore if find command fails in prerm
parent
cb3c2f17
Pipeline
#38698
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
obs/re6st/debian/prerm
obs/re6st/debian/prerm
+1
-1
No files found.
obs/re6st/debian/prerm
View file @
2139afa0
...
...
@@ -5,7 +5,7 @@ pyclean() {
local
IFS
=
'
'
find
`
dpkg
-L
$1
|sed
-n
's,[^/]*\.py$,__pycache__,p'
|
sort
-u
`
-delete
2>/dev/null
sort
-u
`
-delete
2>/dev/null
||
true
}
pyclean
$DPKG_MAINTSCRIPT_PACKAGE
...
...
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