Changeset 4809
- Timestamp:
- May 17, 2017, 12:06:09 PM (4 years ago)
- Location:
- lliurex-lightdm-theme/trunk/fuentes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-lightdm-theme/trunk/fuentes/debian/changelog
r4799 r4809 1 lliurex-lightdm-theme (0.1.2-3) xenial; urgency=medium 2 3 * Set lightdm background to work with debian alternatives system 4 5 -- M.Angel Juan <m.angel.juan@gmail.com> Wed, 17 May 2017 12:04:31 +0200 6 1 7 lliurex-lightdm-theme (0.1.2-2) xenial; urgency=medium 2 8 -
lliurex-lightdm-theme/trunk/fuentes/debian/postinst
r2300 r4809 10 10 configure) 11 11 12 if [ ! -r ${DIVERT_FILE} ] ; then 13 12 if [ ! -r ${DIVERT_FILE} ] ; then 14 13 dpkg-divert --package ${PACKAGE_NAME} --rename --quiet --add --divert ${DIVERT_FILE} ${ORIGINAL_FILE} 15 14 fi 16 17 15 update-alternatives --install /usr/share/backgrounds/lliurex/lightdm-bg.png lightdm-bg /usr/share/backgrounds/lliurex/lliurex-blueprint.png 50 18 16 ;; 19 17 -
lliurex-lightdm-theme/trunk/fuentes/debian/prerm
r2300 r4809 17 17 dpkg-divert --package ${PACKAGE_NAME} --rename --quiet --remove ${ORIG_FILE}|| true 18 18 fi 19 19 update-alternatives --remove lightdm-bg /usr/share/backgrounds/lliurex/lliurex-blueprint.png 20 20 ;; 21 21 *) -
lliurex-lightdm-theme/trunk/fuentes/install-files/etc/lightdm/lightdm-gtk-greeter.conf.d/99_lliurex.conf
r4799 r4809 15 15 # 16 16 [greeter] 17 background=/usr/share/backgrounds/lliurex/l liurex-blueprint.png17 background=/usr/share/backgrounds/lliurex/lightdm-bg.png 18 18 theme-name=Arc 19 19 icon-theme-name=Vibrancy-Dark-Orange
Note: See TracChangeset
for help on using the changeset viewer.