Skip to content
Snippets Groups Projects
Commit 6d1755d4 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Added extra filters to app-install-data-ubuntu

parent e81a018a
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
VERSION=3
. ./config
......@@ -26,13 +26,15 @@ cp $DATA/applications.menu menu-data/applications.menu
# We remove any info about non-free packages
egrep -lr 'X-AppInstall-Section=(multiverse|restricted)' . | xargs -r rm
for i in firefox jockey ndisgtk chromium-browser bughugger testdrive menueditor lp-review-list groundcontrol
for i in firefox jockey ndisgtk chromium-browser bughugger testdrive menueditor lp-review-list groundcontrol gstreamer nvidia dell-recovery ubufox
do
find -name *$i*xpm -exec rm {} \;
find -name *$i*png -exec rm {} \;
find -name *$i*desktop -exec rm {} \;
done
sed '/menu-data-codecs/d' -i debian/install
find -name *.desktop -exec sed -i 's/X-AppInstall-Section=universe/X-AppInstall-Section=main/g' {} \;
find -name *buntu*desktop -exec rm {} \;
#rm menu-data/uck.desktop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment