Skip to content

Commit 28fcd3d

Browse files
committed
fixup! package: introduce build-deb script for building .deb packages
1 parent 0709bd3 commit 28fcd3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/helium-bin.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ if [ $1 -eq 0 ] ; then
8383
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
8484

8585
if [ -f /etc/apparmor.d/helium-bin ]; then
86-
rm -f /etc/apparmor.d/helium-bin
8786
apparmor_parser -R helium-bin || :
87+
rm -f /etc/apparmor.d/helium-bin
8888
fi
8989
fi
9090

9191
%posttrans
9292
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
9393

9494
%changelog
95-
%if %{_vendor} != "debbuild"
95+
%if "%{_vendor}" != "debbuild"
9696
%autochangelog
9797
%endif

0 commit comments

Comments
 (0)