diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-04-09 17:59:18 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-04-09 17:59:18 +0200 |
commit | db29729013d83a21892bd4c44de72068ea0d80a7 (patch) | |
tree | 42ff026afd7fbf30de8d4bbe6aa5df58897f65b3 | |
parent | 3f9b8cb48c12ecedf8c3a2c9ea3c06a233ee0650 (diff) | |
download | nutyx-pakxe-db29729013d83a21892bd4c44de72068ea0d80a7.tar.gz nutyx-pakxe-db29729013d83a21892bd4c44de72068ea0d80a7.tar.bz2 nutyx-pakxe-db29729013d83a21892bd4c44de72068ea0d80a7.tar.xz nutyx-pakxe-db29729013d83a21892bd4c44de72068ea0d80a7.zip |
opera, suppression doublon
-rw-r--r-- | extra/opera/.footprint.i686 | 1 | ||||
-rw-r--r-- | extra/opera/.footprint.x86_64 | 1 | ||||
-rw-r--r-- | extra/opera/Pkgfile | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/extra/opera/.footprint.i686 b/extra/opera/.footprint.i686 index 1e656b258..f4406b759 100644 --- a/extra/opera/.footprint.i686 +++ b/extra/opera/.footprint.i686 @@ -18,7 +18,6 @@ drwxr-xr-x root/root usr/lib/opera/plugins/ -rw-r--r-- root/root usr/lib/opera/plugins/README drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/mimeinfo.cache -rw-r--r-- root/root usr/share/applications/opera-browser.desktop -rw-r--r-- root/root usr/share/applications/opera-widget-installer.desktop -rw-r--r-- root/root usr/share/applications/opera-widget-manager.desktop diff --git a/extra/opera/.footprint.x86_64 b/extra/opera/.footprint.x86_64 index 91e63688c..bc9174af2 100644 --- a/extra/opera/.footprint.x86_64 +++ b/extra/opera/.footprint.x86_64 @@ -20,7 +20,6 @@ drwxr-xr-x root/root usr/lib/opera/plugins/ -rw-r--r-- root/root usr/lib/opera/plugins/README drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/mimeinfo.cache -rw-r--r-- root/root usr/share/applications/opera-browser.desktop -rw-r--r-- root/root usr/share/applications/opera-widget-installer.desktop -rw-r--r-- root/root usr/share/applications/opera-widget-manager.desktop diff --git a/extra/opera/Pkgfile b/extra/opera/Pkgfile index dd2453e21..6e95f63da 100644 --- a/extra/opera/Pkgfile +++ b/extra/opera/Pkgfile @@ -27,6 +27,7 @@ build() { ./install --unattended --system --force sed -i -e "s|$PKG||g" $PKG/usr/bin/opera rm -r $PKG/usr/share/doc + rm $PKG/usr/share/applications/mimeinfo.cache mkdir -p $PKG/usr/share/{applications,licences/opera,icons/hicolor/48x48/apps} install -D -m 644 ../opera.desktop $PKG/usr/share/applications/ install -D -m 644 LICENSE $PKG/usr/share/licences/opera/licence.txt |