Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etercifs
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etercifs
Commits
01f8440a
Commit
01f8440a
authored
Mar 07, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spec: remove bashism
parent
4b858128
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
etercifs.spec
etercifs.spec
+2
-2
No files found.
etercifs.spec
View file @
01f8440a
...
...
@@ -150,14 +150,14 @@ AUTOINSTALL="YES"
EOF
%post -n dkms-etercifs
if [ "$1" =
=
1 ]
if [ "$1" = 1 ]
then
dkms add -m %modname -v %version --rpm_safe_upgrade
fi
%_initdir/%modname build
%preun -n dkms-etercifs
if [ "$1" =
=
0 ]
if [ "$1" = 0 ]
then
dkms remove -m %modname -v %version --rpm_safe_upgrade --all
fi
...
...
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