aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rpmpopt30
1 files changed, 0 insertions, 30 deletions
diff --git a/rpmpopt b/rpmpopt
index 10fb863..16862d0 100644
--- a/rpmpopt
+++ b/rpmpopt
@@ -22,33 +22,3 @@ rpm exec --rmsource rpmb_deprecated --rmsource
rpm exec --rmspec rpmb_deprecated --rmspec
rpm exec --target rpmb_deprecated --target
rpm exec --short-circuit rpmb_deprecated --short-circuit
-
-rpm alias --scripts --qf '\
-%|PREIN?{preinstall scriptlet\
-%|PREINPROG?{ (using %{PREINPROG})}|:\n%{PREIN}\n}:\
-{%|PREINPROG?{preinstall program: %{PREINPROG}\n}|}|\
-\
-%|POSTIN?{postinstall scriptlet\
-%|POSTINPROG?{ (using %{POSTINPROG})}|:\n%{POSTIN}\n}:\
-{%|POSTINPROG?{postinstall program: %{POSTINPROG}\n}|}|\
-\
-%|PREUN?{preuninstall scriptlet\
-%|PREUNPROG?{ (using %{PREUNPROG})}|:\n%{PREUN}\n}:\
-{%|PREUNPROG?{preuninstall program: %{PREUNPROG}\n}|}|\
-\
-%|POSTUN?{postuninstall scriptlet\
-%|POSTUNPROG?{ (using %{POSTUNPROG})}|:\n%{POSTUN}\n}:\
-{%|POSTUNPROG?{postuninstall program: %{POSTUNPROG}\n}|}|\
-\
-%|PRETRANS?{pretransaction scriptlet\
-%|PRETRANSPROG?{ (using %{PRETRANSPROG})}|:\n%{PRETRANS}\n}:\
-{%|PRETRANSPROG?{pretransaction program: %{PRETRANSPROG}\n}|}|\
-\
-%|POSTTRANS?{posttransaction scriptlet\
-%|POSTTRANSPROG?{ (using %{POSTTRANSPROG})}|:\n%{POSTTRANS}\n}:\
-{%|POSTTRANSPROG?{posttransaction program: %{POSTTRANSPROG}\n}|}|\
-\
-%|VERIFYSCRIPT?{verify scriptlet:\n%{VERIFYSCRIPT}\n}|\
-' \
- --POPTdesc=$"list install/erase scriptlets from package(s)"
-