summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-November/009844.html
blob: 9c1dbff3038e90f56d53856de782e9b9e338421f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-dev] non-working uninstall trigger
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20non-working%20uninstall%20trigger&In-Reply-To=%3C4ED0F32B.3010006%40mageia.org%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="009843.html">
   <LINK REL="Next"  HREF="009846.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] non-working uninstall trigger</H1>
    <B>Anssi Hannula</B> 
    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20non-working%20uninstall%20trigger&In-Reply-To=%3C4ED0F32B.3010006%40mageia.org%3E"
       TITLE="[Mageia-dev] non-working uninstall trigger">anssi at mageia.org
       </A><BR>
    <I>Sat Nov 26 15:09:47 CET 2011</I>
    <P><UL>
        <LI>Previous message: <A HREF="009843.html">[Mageia-dev] non-working uninstall trigger
</A></li>
        <LI>Next message: <A HREF="009846.html">[Mageia-dev] [changelog] [RPM] cauldron core/release	module-init-tools-3.16-10.mga2
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#9844">[ date ]</a>
              <a href="thread.html#9844">[ thread ]</a>
              <a href="subject.html#9844">[ subject ]</a>
              <a href="author.html#9844">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>On 26.11.2011 16:07, Guillaume Rousse wrote:
&gt;<i> Hello list.
</I>&gt;<i> 
</I>&gt;<i> bash-completion now uses dynamic function loading, making symlinks from
</I>&gt;<i> /etc/bash_completion.d directory useless. I tried to reuse a
</I>&gt;<i> post-install cleanup procedure based on trigger, so as to be fired only
</I>&gt;<i> once during 1.2 -&gt; 1.90 update:
</I>&gt;<i> 
</I>&gt;<i> triggerpostun scriptlet (using /bin/sh) -- bash-completion &lt; 1.90
</I>&gt;<i> # drop dangling symlinks resulting from previous setup
</I>&gt;<i> find /etc/bash-completion.d -type l | xargs rm -f
</I>&gt;<i> 
</I>&gt;<i> For the record, I get my inspiration from this one, in the  setup package:
</I>&gt;<i> 
</I>&gt;<i> triggerpostun scriptlet (using /bin/sh) -- setup &lt; 2.7.8
</I>&gt;<i> # the files is no more in setup starting from 2.7.8, it is now in nfs-utils
</I>&gt;<i> if [ -e /etc/exports.rpmsave ]; then
</I>&gt;<i>   mv -f /etc/exports.rpmsave /etc/exports &amp;&amp; echo &quot;warning:
</I>&gt;<i> /etc/exports.rpmsave restored as /etc/exports&quot;
</I>&gt;<i> fi
</I>&gt;<i> 
</I>&gt;<i> However, it doesn't work... Is it a problem in my trigger specification,
</I>&gt;<i> or did anything change in rpm ?
</I>
bash-completion &lt; 2:1.90

-- 
Anssi Hannula
</PRE>



















<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="009843.html">[Mageia-dev] non-working uninstall trigger
</A></li>
	<LI>Next message: <A HREF="009846.html">[Mageia-dev] [changelog] [RPM] cauldron core/release	module-init-tools-3.16-10.mga2
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#9844">[ date ]</a>
              <a href="thread.html#9844">[ thread ]</a>
              <a href="subject.html#9844">[ subject ]</a>
              <a href="author.html#9844">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>