[27085] in Source-Commits
/svn/athena r25938 - trunk/debathena/config/plymouth-config/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon Apr 22 12:19:37 2013
Date: Mon, 22 Apr 2013 12:19:30 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201304221619.r3MGJUDc014169@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2013-04-22 12:19:29 -0400 (Mon, 22 Apr 2013)
New Revision: 25938
Modified:
trunk/debathena/config/plymouth-config/debian/changelog
trunk/debathena/config/plymouth-config/debian/postinst
Log:
In plymouth-config:
* Install at priority 110, so that you actually get the theme.
Modified: trunk/debathena/config/plymouth-config/debian/changelog
===================================================================
--- trunk/debathena/config/plymouth-config/debian/changelog 2013-04-20 20:21:07 UTC (rev 25937)
+++ trunk/debathena/config/plymouth-config/debian/changelog 2013-04-22 16:19:29 UTC (rev 25938)
@@ -1,3 +1,9 @@
+debathena-plymouth-config (1.1) unstable; urgency=low
+
+ * Install at priority 110, so that you actually get the theme.
+
+ -- Jonathan Reed <jdreed@mit.edu> Mon, 22 Apr 2013 12:18:11 -0400
+
debathena-plymouth-config (1.0) unstable; urgency=low
* Initial Release. (Trac: #145)
Modified: trunk/debathena/config/plymouth-config/debian/postinst
===================================================================
--- trunk/debathena/config/plymouth-config/debian/postinst 2013-04-20 20:21:07 UTC (rev 25937)
+++ trunk/debathena/config/plymouth-config/debian/postinst 2013-04-22 16:19:29 UTC (rev 25938)
@@ -21,7 +21,7 @@
case "$1" in
configure)
update-alternatives --install /lib/plymouth/themes/default.plymouth \
- default.plymouth /lib/plymouth/themes/debathena/debathena.plymouth 100
+ default.plymouth /lib/plymouth/themes/debathena/debathena.plymouth 110
;;
abort-upgrade|abort-remove|abort-deconfigure)