Changeset 3504
- Timestamp:
- Feb 1, 2017, 6:33:44 PM (4 years ago)
- Location:
- lliurex-artwork-defaults/trunk/fuentes/debian
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-artwork-defaults/trunk/fuentes/debian/changelog
r3465 r3504 1 lliurex-artwork-defaults (5.3.1) xenial; urgency=high 2 3 * Fixed diversion 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Wed, 01 Feb 2017 18:33:12 +0100 6 1 7 lliurex-artwork-defaults (5.3) xenial; urgency=high 2 8 -
lliurex-artwork-defaults/trunk/fuentes/debian/lliurex-artwork-defaults-common.postinst
r3462 r3504 64 64 fi 65 65 66 if [ -e "$ORIGINAL_AUTOSTART_FILE" ]; then66 if [ ! -e "$DIVERTED_AUTOSTART_FILE" ]; then 67 67 68 68 dpkg-divert --add --package ${PKG} --rename --divert "$DIVERTED_AUTOSTART_FILE" "$ORIGINAL_AUTOSTART_FILE" 69 69 fi 70 70 71 if [ -e "$ORIGINAL_AUTOSTART_FILE1" ]; then71 if [ ! -e "$DIVERTED_AUTOSTART_FILE1" ]; then 72 72 73 73 dpkg-divert --add --package ${PKG} --rename --divert "$DIVERTED_AUTOSTART_FILE1" "$ORIGINAL_AUTOSTART_FILE1" -
lliurex-artwork-defaults/trunk/fuentes/debian/lliurex-artwork-defaults-common.prerm
r3462 r3504 52 52 fi 53 53 54 if [ ! -e "$ORIGINAL_AUTOSTART_FILE" ]; then54 if [ -e "$DIVERTED_AUTOSTART_FILE" ]; then 55 55 56 56 dpkg-divert --remove --package ${PKG} --rename --divert "$DIVERTED_AUTOSTART_FILE" "$ORIGINAL_AUTOSTART_FILE" … … 58 58 fi 59 59 60 if [ ! -e "$ORIGINAL_AUTOSTART_FILE1" ]; then60 if [ -e "$DIVERTED_AUTOSTART_FILE1" ]; then 61 61 62 62 dpkg-divert --remove --package ${PKG} --rename --divert "$DIVERTED_AUTOSTART_FILE1" "$ORIGINAL_AUTOSTART_FILE1"
Note: See TracChangeset
for help on using the changeset viewer.