Added extra filters to app-install-data-ubuntu
This commit is contained in:
parent
e81a018aa3
commit
6d1755d49e
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue