diff --git a/helpers/make-app-install-data-ubuntu b/helpers/make-app-install-data-ubuntu index 60f8090282c81e44256fa9cc39e58b3837b46005..36c305dd882280b06ed75804c6b0d46429c514ed 100644 --- a/helpers/make-app-install-data-ubuntu +++ b/helpers/make-app-install-data-ubuntu @@ -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