We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487605b commit f04bdafCopy full SHA for f04bdaf
t2linux-scripts/t2linux-scripts.spec
@@ -1,7 +1,7 @@
1
%global wiki_commit f71483df460fb97d5c39edf3af03dfc5f6be9a7c
2
3
Name: t2linux-scripts
4
-Version: 2.0.0
+Version: 2.1.0
5
Release: 1%{?dist}
6
Summary: t2linux support scripts
7
License: MIT
@@ -31,6 +31,18 @@ install -D -m 644 %{SOURCE1} %{buildroot}/%{_unitdir}/get-apple-firmware.service
31
install -D -m 644 55-get-apple-firmware.preset %{buildroot}/usr/lib/systemd/system-preset/55-get-apple-firmware.preset
32
33
34
+%post
35
+%systemd_post get-apple-firmware.service
36
+
37
38
+%preun
39
+%systemd_preun get-apple-firmware.service
40
41
42
+%postun
43
+%systemd_postun get-apple-firmware.service
44
45
46
%files
47
%{_libexecdir}/get-apple-firmware
48
%{_unitdir}/get-apple-firmware.service
0 commit comments