app-install-data-ubuntu: update helper for ecne
This commit is contained in:
parent
6a7c84ba02
commit
0491017e0e
1 changed files with 5 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4
|
VERSION=5
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -25,7 +25,10 @@ VERSION=4
|
||||||
cp $DATA/applications.menu menu-data/applications.menu
|
cp $DATA/applications.menu menu-data/applications.menu
|
||||||
|
|
||||||
# We remove any info about non-free packages
|
# We remove any info about non-free packages
|
||||||
grep -lr 'X-AppInstall-Section=(multiverse|restricted)' . | xargs -r rm
|
for i in multiverse restricted
|
||||||
|
do
|
||||||
|
grep -lr "X-AppInstall-Section=$i" . | xargs -r rm
|
||||||
|
done
|
||||||
for i in firefox jockey ndisgtk chromium-browser bughugger testdrive menueditor lp-review-list groundcontrol gstreamer nvidia dell-recovery ubufox thunderbird
|
for i in firefox jockey ndisgtk chromium-browser bughugger testdrive menueditor lp-review-list groundcontrol gstreamer nvidia dell-recovery ubufox thunderbird
|
||||||
do
|
do
|
||||||
find -name *$i*xpm -exec rm {} \;
|
find -name *$i*xpm -exec rm {} \;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue