diff options
author | piernov <piernov@piernov.org> | 2012-02-04 17:18:21 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-02-04 17:18:21 +0100 |
commit | 2559e39e2e1686540b53548b9adc49df243b7d79 (patch) | |
tree | 2be21be72a4ea4deb85fcdd560095e82df9868bd /file-roller/post-install | |
parent | 5c366ec95b30a37a42b26cd89da85a7c804fb81d (diff) | |
download | gnome3-2559e39e2e1686540b53548b9adc49df243b7d79.tar.gz gnome3-2559e39e2e1686540b53548b9adc49df243b7d79.tar.bz2 gnome3-2559e39e2e1686540b53548b9adc49df243b7d79.tar.xz gnome3-2559e39e2e1686540b53548b9adc49df243b7d79.zip |
file-roller 3.3.2-1 màj port
Diffstat (limited to 'file-roller/post-install')
-rwxr-xr-x | file-roller/post-install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/file-roller/post-install b/file-roller/post-install index 51ffb26..8421008 100755 --- a/file-roller/post-install +++ b/file-roller/post-install @@ -4,14 +4,6 @@ port=file-roller # glib schemas glib-compile-schemas /usr/share/glib-2.0/schemas -# scrolls -SCROLLS="`pkginfo -l $port | grep usr/share/omf/.*\.omf$`" - -for SCROLL in $SCROLLS -do - /usr/bin/scrollkeeper-install -q -p /var/lib/scrollkeeper /$SCROLL > /dev/null -done - # desktop database update-desktop-database -q |