Changeset 5171 for n4d-cups/trunk/fuentes
- Timestamp:
- Jun 14, 2017, 5:05:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
n4d-cups/trunk/fuentes/debian/n4d-cups.postinst
r5167 r5171 12 12 if [ ! -L "$ORIGINAL_FILE" ]; then 13 13 14 systemctl stop cups || true15 14 dpkg-divert --add --package ${PKG} --rename --divert "$NEW_DIVERTED_FILE" "$ORIGINAL_FILE" 16 15 ln -s "$LLIUREX_FILE" "$ORIGINAL_FILE" 17 systemctl start cups || true16 systemctl restart cups || true 18 17 19 18 fi
Note: See TracChangeset
for help on using the changeset viewer.