projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
307d8c8
)
postinstall script fixed
author
Stefan Schubert
<schubi@suse.de>
Tue, 26 Feb 2008 10:28:56 +0000
(10:28 +0000)
committer
Stefan Schubert
<schubi@suse.de>
Tue, 26 Feb 2008 10:28:56 +0000
(10:28 +0000)
libzypp.spec.cmake
patch
|
blob
|
history
diff --git
a/libzypp.spec.cmake
b/libzypp.spec.cmake
index 7d9fa671f934b9a5be2fb49f024b3db15a66e407..52460084403061229d3b3b1760d9dfe645fdfe0f 100644
(file)
--- a/
libzypp.spec.cmake
+++ b/
libzypp.spec.cmake
@@
-118,7
+118,7
@@
cd ..
%post
%run_ldconfig
-test -f /var/cache/zypp/zypp.db && rm /var/cache/zypp/zypp.db
+if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
#%{prefix}/lib/zypp/zypp-migrate-sources
%postun