Clean up a bit

Use &> instead of the separate redirections
This commit is contained in:
Jasper St. Pierre 2012-11-08 16:25:21 -05:00
parent 7ef48bb3ce
commit c743529922

View File

@ -70,7 +70,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/gdm/greeter/applications/setup-sh
%post
if [ $1 -eq 1 ] ; then
# Initial installation
/usr/bin/systemctl enable gnome-initial-setup.service >/dev/null 2>&1 || :
/usr/bin/systemctl enable gnome-initial-setup.service &>/dev/null || :
fi
%preun