summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/ordering-scriptlets/requires_postun_1.spec
blob: 8a9dc0fb93a30bc1f90f5c6fb02968f55ce9f5a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Summary: requires_postun
Name: requires_postun
Version: 1
Release: 1
License: x
Group: x
Url: x
BuildRoot: %{_tmppath}/%{name}

%description
x

%postun -p /bin/ash
echo "%postun is running ok"

%files