summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-November/009843.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-November/009843.html')
-rw-r--r--zarb-ml/mageia-dev/2011-November/009843.html100
1 files changed, 100 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-November/009843.html b/zarb-ml/mageia-dev/2011-November/009843.html
new file mode 100644
index 000000000..77aafba87
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-November/009843.html
@@ -0,0 +1,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>