Update: Google Music Manager

For developer discussion on package requests
Post Reply
Message
Author
redsparro
Posts: 9
Joined: Mon Apr 02, 2018 9:41 am

Update: Google Music Manager

#1 Post by redsparro »

I was surprised to see that this was available through MX Package Installer, under Popular Applications, and installed it a while back. However, there is a dedicated Google repository for Music Manager updates which, unlike Google Chrome, isn't added to sources.list.d when installing through MX Package Installer. I therefore wasn't aware the package had been updated recently. I took the liberty of editing the original google_musicmanager.pm file so that it correctly adds the repository for future updates. I'm hoping you can copy and replace the original. Thanks

Code: Select all

<?xml version="1.0"?>
<app>

<category>
Audio
</category>

<name>
Google Music Manager
</name>

<description>  
Google Music Manager Beta, 64 bit
</description>

<installable>
64
</installable>

<screenshot>none</screenshot>

<preinstall>
echo "deb [arch=amd64] http://dl.google.com/linux/musicmanager/deb/ stable main">/etc/apt/sources.list.d/google-musicmanager.list
apt-get update
</preinstall>

<install_package_names>
google-musicmanager-beta
</install_package_names>


<postinstall>

</postinstall>


<uninstall_package_names>
google-musicmanager-beta
</uninstall_package_names>
</app>

User avatar
dolphin_oracle
Developer
Posts: 19921
Joined: Sun Dec 16, 2007 1:17 pm

Re: Update: Google Music Manager

#2 Post by dolphin_oracle »

great thanks!
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

Post Reply

Return to “Package Requests / Status”