Changeset 484
- Timestamp:
- Feb 9, 2016, 2:03:47 PM (5 years ago)
- Location:
- lliurex-grub-custom/trunk/fuentes/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-grub-custom/trunk/fuentes/debian/changelog
r483 r484 1 lliurex-grub-custom (0.9.11) xenial; urgency=medium 2 3 * First xenial release 4 5 -- M.Angel Juan <m.angel.juan@gmail.com> Tue, 09 Feb 2016 14:03:51 +0100 6 1 7 lliurex-grub-custom (0.9.8) trusty; urgency=high 2 8 -
lliurex-grub-custom/trunk/fuentes/debian/lliurex-grub-custom.postinst
r483 r484 17 17 if [ ! -f ${LLIUREX_GRUB_TOKENS_DIR}/${TOKEN_DISTRIBUTOR} ] ; then 18 18 echo " [ LLiureX Grub Custom ] : Setting DISTRIBUTION" 19 sed -i "s%^GRUB_DISTRIBUTOR=.*%GRUB_DISTRIBUTOR=\"LliureX 15.05\"%g" /etc/default/grub || echo "Not find the line"19 sed -i "s%^GRUB_DISTRIBUTOR=.*%GRUB_DISTRIBUTOR=\"LliureX Xenial\"%g" /etc/default/grub || echo "Not find the line" 20 20 date +%F_%R > ${LLIUREX_GRUB_TOKENS_DIR}/${TOKEN_DISTRIBUTOR} 21 21 fi
Note: See TracChangeset
for help on using the changeset viewer.