rev 11082 - kde-extras/guidance/trunk/debian

Michael Meskes meskes at alioth.debian.org
Wed Jun 18 15:34:37 UTC 2008


Author: meskes
Date: 2008-06-18 15:34:37 +0000 (Wed, 18 Jun 2008)
New Revision: 11082

Added:
   kde-extras/guidance/trunk/debian/kde-guidance.postinst
   kde-extras/guidance/trunk/debian/kde-guidance.preinst
Modified:
   kde-extras/guidance/trunk/debian/changelog
   kde-extras/guidance/trunk/debian/guidance-backends.postinst
Log:
Remove old init script in kde-guidance.



Modified: kde-extras/guidance/trunk/debian/changelog
===================================================================
--- kde-extras/guidance/trunk/debian/changelog	2008-06-17 00:19:17 UTC (rev 11081)
+++ kde-extras/guidance/trunk/debian/changelog	2008-06-18 15:34:37 UTC (rev 11082)
@@ -1,3 +1,9 @@
+kde-guidance (0.8.0-5) unstable; urgency=low
+
+  * Remove old init script in kde-guidance. (Closes: #486821)
+
+ -- Michael Meskes <meskes at debian.org>  Wed, 18 Jun 2008 16:42:54 +0200
+
 kde-guidance (0.8.0-4) unstable; urgency=low
 
   * Add guidance-backend package. (Closes: #473797)

Modified: kde-extras/guidance/trunk/debian/guidance-backends.postinst
===================================================================
--- kde-extras/guidance/trunk/debian/guidance-backends.postinst	2008-06-17 00:19:17 UTC (rev 11081)
+++ kde-extras/guidance/trunk/debian/guidance-backends.postinst	2008-06-18 15:34:37 UTC (rev 11082)
@@ -1,10 +1,3 @@
 #!/bin/sh
 
-# Remove shutdown and reboot links; this init script does not need them.
-rm -f /etc/rc0.d/K20kde-guidance /etc/rc6.d/K20kde-guidance
-
-#remove script from older times
-update-rc.d -f displayconfig-hwprobe.py remove
-update-rc.d -f kde-guidance remove
-
 #DEBHELPER#

Added: kde-extras/guidance/trunk/debian/kde-guidance.postinst
===================================================================
--- kde-extras/guidance/trunk/debian/kde-guidance.postinst	                        (rev 0)
+++ kde-extras/guidance/trunk/debian/kde-guidance.postinst	2008-06-18 15:34:37 UTC (rev 11082)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+#remove script from older times
+update-rc.d -f displayconfig-hwprobe.py remove
+update-rc.d -f kde-guidance remove
+
+#DEBHELPER#
+

Added: kde-extras/guidance/trunk/debian/kde-guidance.preinst
===================================================================
--- kde-extras/guidance/trunk/debian/kde-guidance.preinst	                        (rev 0)
+++ kde-extras/guidance/trunk/debian/kde-guidance.preinst	2008-06-18 15:34:37 UTC (rev 11082)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# Remove old init script that might still be listed as conffile with the installed package.
+rm -f /etc/init.d/kde-guidance
+




More information about the pkg-kde-commits mailing list