Changeset 7377 for air-manager/trunk/fuentes/debian
- Timestamp:
- Jun 6, 2018, 1:40:38 PM (3 years ago)
- Location:
- air-manager/trunk/fuentes/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
air-manager/trunk/fuentes/debian/air-installer.postinst
r7376 r7377 6 6 # Template for diversions 7 7 ORIG_FILE="/usr/share/mime/application/vnd.adobeair-application-installer-package+zip.xml" 8 OUR_FILE="/usr/share/mime/package/x- air-installer.xml"8 OUR_FILE="/usr/share/mime/package/x-"$APP".xml" 9 9 OUR_PACKAGE="air-installer" 10 10 … … 16 16 <mime-type type=\"application/x-$APP\"> 17 17 <comment>Install air app</comment> 18 <icon name=\"a ir-installer\"/>18 <icon name=\"application-x-air-installer\"/> 19 19 <glob pattern=\"*.$EXT\"/> 20 20 </mime-type> … … 27 27 update-mime-database /usr/share/mime 28 28 ;; 29 esac 29 30 #update databases for both application and mime 30 31 #update-desktop-database /usr/share/applications -
air-manager/trunk/fuentes/debian/changelog
r7376 r7377 1 air-manager (0.1.2.4) xenial; urgency=medium 2 3 * Changed mime icon 4 5 -- Juanma Navarro Mañez <juanma1980@gmail.com> Wed, 06 Jun 2018 13:40:15 +0200 6 1 7 air-manager (0.1.2.3) xenial; urgency=medium 2 8
Note: See TracChangeset
for help on using the changeset viewer.