We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0709bd3 commit 28fcd3dCopy full SHA for 28fcd3d
package/helium-bin.spec
@@ -83,15 +83,15 @@ if [ $1 -eq 0 ] ; then
83
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
84
85
if [ -f /etc/apparmor.d/helium-bin ]; then
86
- rm -f /etc/apparmor.d/helium-bin
87
apparmor_parser -R helium-bin || :
+ rm -f /etc/apparmor.d/helium-bin
88
fi
89
90
91
%posttrans
92
93
94
%changelog
95
-%if %{_vendor} != "debbuild"
+%if "%{_vendor}" != "debbuild"
96
%autochangelog
97
%endif
0 commit comments