Clean up a bit
Use &> instead of the separate redirections
This commit is contained in:
parent
7ef48bb3ce
commit
c743529922
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user