Ver código fonte

Merge pull request #923 from karuboniru/patch-1

pkg: Fedora: fix scriptlets during reinstall
Dorian Stoll 2 anos atrás
pai
commit
a0c961a6d4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pkg/fedora/kernel-surface/kernel-surface.spec

+ 1 - 1
pkg/fedora/kernel-surface/kernel-surface.spec

@@ -337,7 +337,7 @@ EOF
 %clean
 rm -rf %{buildroot}
 
-%post
+%posttrans
 /bin/kernel-install add %{kernel_name} /lib/modules/%{kernel_name}/vmlinuz || exit $?
 
 %preun