Changeset 4406 for lliurex-base-files
- Timestamp:
- Apr 25, 2017, 9:13:45 AM (4 years ago)
- Location:
- lliurex-base-files/trunk/fuentes/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-base-files/trunk/fuentes/debian/changelog
r4361 r4406 1 lliurex-base-files (16.06.15) xenial; urgency=high 2 3 * Removing old postinst messages 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Tue, 25 Apr 2017 09:13:09 +0200 6 1 7 lliurex-base-files (16.06.14) xenial; urgency=medium 2 8 -
lliurex-base-files/trunk/fuentes/debian/postinst
r893 r4406 22 22 update-base-groups || true 23 23 grep -q "$DIVERSION_TEST_FILE" /var/lib/dpkg/diversions && echo "[INFO] .. diversion found! ...remove it!" && dpkg-divert --remove "$DIVERSION_TEST_FILE" || true 24 [ ! -e $DIVERSION_ORIG_FILE ] || mv "$DIVERSION_ORIG_FILE" "$DIVERSION_TEST_FILE" && echo "[INFO] .. You are a Alpha tester"24 [ ! -e $DIVERSION_ORIG_FILE ] || mv "$DIVERSION_ORIG_FILE" "$DIVERSION_TEST_FILE" 25 25 26 echo "Not for now"27 26 #cp -f /usr/share/lliurex-base-files/etc/* /etc/ || true 28 27
Note: See TracChangeset
for help on using the changeset viewer.