Changeset 3149
- Timestamp:
- Dec 22, 2016, 9:24:35 AM (4 years ago)
- Location:
- lliurex-keyring/trunk/fuentes/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-keyring/trunk/fuentes/debian/changelog
r3147 r3149 1 lliurex-keyring (0.1.2) xenial; urgency=high 2 3 * Forcing apt-key add 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Thu, 22 Dec 2016 09:23:54 +0100 6 1 7 lliurex-keyring (0.1.1) xenial; urgency=high 2 8 -
lliurex-keyring/trunk/fuentes/debian/postinst
r1779 r3149 40 40 # make sure apt knows about the new keys 41 41 if [ -x /usr/bin/apt-key ]; then 42 /usr/bin/apt-key add /usr/share/keyrings/$KEYRINGNAME 42 43 /usr/bin/apt-key update 43 44 fi
Note: See TracChangeset
for help on using the changeset viewer.