This commit is contained in:
Mario Fetka 2012-01-22 22:23:00 +01:00
parent 767edfd8b4
commit 6d2c75129d
3 changed files with 2 additions and 7 deletions

View File

@ -1 +1 @@
c90a2c27a2ace6670a0acd79a582848f4f5fe825 /usr/portage/distfiles/PlanMakerViewer2010.msi
2572cab74fd6dd7269a239eb553b2675134880e7 /usr/portage/distfiles/PlanMakerViewer2010.msi

View File

@ -155,11 +155,6 @@
<Verb Id="open" Command="Open" Argument="&quot;%1&quot;" TargetFile="PMVIEWER.EXE" />
</Extension>
</ProgId>
<ProgId Id="pmviewer.txt" Description="Text File">
<Extension Id="txt" ContentType="text/plain, application/txt, browser/internal, text/anytext, widetext/plain, widetext/paragraph">
<Verb Id="open" Command="Open" Argument="&quot;%1&quot;" TargetFile="PMVIEWER.EXE" />
</Extension>
</ProgId>
<ProgId Id="pmviewer.csv" Description="Comma-Separated Variables">
<Extension Id="csv" ContentType="text/comma-separated-values, text/csv, application/csv, application/excel, application/vnd.ms-excel, application/vnd.msexcel, text/anytext">
<Verb Id="open" Command="Open" Argument="&quot;%1&quot;" TargetFile="PMVIEWER.EXE" />

View File

@ -1,7 +1,7 @@
#!/bin/sh
PN="pmviewer"
VERSION="2010"
RELEASE="8"
RELEASE="9"
PRIORITY="0"
ADVICE=""
TYPE="restrict"