Changeset 7052
- Timestamp:
- Mar 15, 2018, 12:07:07 PM (3 years ago)
- Location:
- lliurex-flash-installer/trunk/fuentes/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-flash-installer/trunk/fuentes/debian/changelog
r7050 r7052 1 lliurex-flash-installer (0.1.5) xenial; urgency=high 2 3 * TRYING to set zero-center state to configured if adobe-flashplugin is 4 already installed 5 6 -- Hector Garcia Huerta <hectorgh@gmail.com> Thu, 15 Mar 2018 12:06:00 +0100 7 1 8 lliurex-flash-installer (0.1) xenial; urgency=high 2 9 -
lliurex-flash-installer/trunk/fuentes/debian/postinst
r7038 r7052 22 22 configure) 23 23 24 RC=0 25 dpkg -l adobe-flashplugin 1>/dev/null 2>/dev/null || RC=1 26 27 if [ "$RC" = "0" ]; then 28 zero-center set-configured lliurex-flash-installer 2>/dev/null || true 29 fi 24 30 25 31 ;;
Note: See TracChangeset
for help on using the changeset viewer.