summarylogtreecommitdiffstats
path: root/gpmdp-git.install
diff options
context:
space:
mode:
authorBrian Allred2020-01-07 21:42:55 -0600
committerBrian Allred2020-01-07 21:42:55 -0600
commit969881ba5e856024026c2c7e2465a4eaf394edab (patch)
treef32e616f643266d6075a019281e2fae445b4773a /gpmdp-git.install
parent185ff51f701f02b61209170037849240e56f5e8c (diff)
downloadaur-gpmdp-git.tar.gz
Update dependencies for latest version.
Diffstat (limited to 'gpmdp-git.install')
-rw-r--r--gpmdp-git.install21
1 files changed, 14 insertions, 7 deletions
diff --git a/gpmdp-git.install b/gpmdp-git.install
index 80312d4a6041..b0245b3862de 100644
--- a/gpmdp-git.install
+++ b/gpmdp-git.install
@@ -1,11 +1,18 @@
post_install() {
- update-desktop-database -q
+ echo -e "********************************************"
+ echo -e "* For Chromecast functionality: *"
+ echo -e "* *"
+ echo -e "* Verify avahi and nss-mdns are installed. *"
+ echo -e "* *"
+ echo -e "* Append \"mdns4\" to the end of the \"hosts\" *"
+ echo -e "* line in /etc/nsswitch.conf. *"
+ echo -e "* *"
+ echo -e "* Make sure both the avahi-daemon service *"
+ echo -e "* and socket are enabled and running. *"
+ echo -e "********************************************"
+ echo -e -n ""
}
post_upgrade() {
- update-desktop-database -q
-}
-
-post_remove() {
- update-desktop-database -q
-}
+ post_install
+} \ No newline at end of file