mirror of
https://abf.rosa.ru/djam/hplip.git
synced 2025-02-24 00:42:59 +00:00
Properly create tmpfiles
This commit is contained in:
parent
d4922ec828
commit
a0bb1ace00
1 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
Summary: HP printer/all-in-one driver infrastructure
|
||||
Name: hplip
|
||||
Version: 3.13.11
|
||||
Release: 10
|
||||
Release: 12
|
||||
License: GPLv2+ and MIT
|
||||
Group: System/Printing
|
||||
Url: http://hplip.sourceforge.net/
|
||||
|
@ -548,7 +548,8 @@ if [ -f /etc/init.d/cups ]; then
|
|||
fi
|
||||
|
||||
%post
|
||||
%tmpfiles_create %{name}
|
||||
/bin/systemd-tmpfiles --create %{name}.conf
|
||||
# tmpfiles_create %{name}
|
||||
|
||||
%post -n hplip-hpijs-ppds
|
||||
# Restart CUPS to make the printing PPDs known to it
|
||||
|
|
Loading…
Add table
Reference in a new issue