summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-November/009843.html
blob: 77aafba878cb828bf3f2aa33eec68cee065763a1 (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
<!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=%3C4ED0F2B7.6030906%40gmail.com%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="009838.html">
   <LINK REL="Next"  HREF="009844.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] non-working uninstall trigger</H1>
    <B>Guillaume Rousse</B> 
    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20non-working%20uninstall%20trigger&In-Reply-To=%3C4ED0F2B7.6030906%40gmail.com%3E"
       TITLE="[Mageia-dev] non-working uninstall trigger">guillomovitch at gmail.com
       </A><BR>
    <I>Sat Nov 26 15:07:51 CET 2011</I>
    <P><UL>
        <LI>Previous message: <A HREF="009838.html">[Mageia-dev] Mageia 2 alpha 1 is out
</A></li>
        <LI>Next message: <A HREF="009844.html">[Mageia-dev] non-working uninstall trigger
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#9843">[ date ]</a>
              <a href="thread.html#9843">[ thread ]</a>
              <a href="subject.html#9843">[ subject ]</a>
              <a href="author.html#9843">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Hello list.

bash-completion now uses dynamic function loading, making symlinks from 
/etc/bash_completion.d directory useless. I tried to reuse a 
post-install cleanup procedure based on trigger, so as to be fired only 
once during 1.2 -&gt; 1.90 update:

triggerpostun scriptlet (using /bin/sh) -- bash-completion &lt; 1.90
# drop dangling symlinks resulting from previous setup
find /etc/bash-completion.d -type l | xargs rm -f

For the record, I get my inspiration from this one, in the  setup package:

triggerpostun scriptlet (using /bin/sh) -- setup &lt; 2.7.8
# the files is no more in setup starting from 2.7.8, it is now in nfs-utils
if [ -e /etc/exports.rpmsave ]; then
   mv -f /etc/exports.rpmsave /etc/exports &amp;&amp; echo &quot;warning: 
/etc/exports.rpmsave restored as /etc/exports&quot;
fi

However, it doesn't work... Is it a problem in my trigger specification, 
or did anything change in rpm ?

-- 
BOFH excuse #218:

The UPS doesn't have a battery backup.
</PRE>



















<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="009838.html">[Mageia-dev] Mageia 2 alpha 1 is out
</A></li>
	<LI>Next message: <A HREF="009844.html">[Mageia-dev] non-working uninstall trigger
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#9843">[ date ]</a>
              <a href="thread.html#9843">[ thread ]</a>
              <a href="subject.html#9843">[ subject ]</a>
              <a href="author.html#9843">[ 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>