- Timestamp:
- Jan 11, 2017, 5:58:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
casper-and-ubiquity-hooks/trunk/fuentes/debian/casper-live-artwork.postinst
r3236 r3249 24 24 case "$1" in 25 25 configure) 26 PACKAGE="casper-live-artwork" 26 27 DIR="/etc/gtk-3.0" 27 28 FICH="${DIR}/settings.ini" … … 30 31 31 32 if [ -f "${FICH}" ]; then 32 dpkg-divert --package casper-customize-autologin--divert "${REPLACED}" --rename "${FICH}"33 dpkg-divert --package "${PACKAGE}" --divert "${REPLACED}" --rename "${FICH}" 33 34 [ \! -e "${FICH}" -o -L "${FICH}" ] && ln -f "${REPLACEMENT}" "${FICH}" 34 35 fi
Note: See TracChangeset
for help on using the changeset viewer.