forked from pool/lua-moonscript
Add omitted negation.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-moonscript?expand=0&rev=9
This commit is contained in:
parent
f40d5ee286
commit
f66ebad4fb
@ -97,7 +97,7 @@ update-alternatives --force \
|
||||
--slave %{_bindir}/moonc moonc %{_bindir}/moonc-%{lua_version}
|
||||
|
||||
%postun
|
||||
if [ -f %{_bindir}/moon-%{lua_version} ] ; then
|
||||
if [ ! -f %{_bindir}/moon-%{lua_version} ] ; then
|
||||
update-alternatives --remove moon %{_bindir}/moon-%{lua_version}
|
||||
fi
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user