avoid installing linux file manager hooks when running in termux

This commit is contained in:
Joey Hess 2018-04-25 17:47:49 -04:00
parent f5df6244f3
commit 3fdfa8f565
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -106,7 +106,7 @@ installWrapper file content = do
installFileManagerHooks :: FilePath -> IO ()
#ifdef linux_HOST_OS
installFileManagerHooks program = do
installFileManagerHooks program = unlessM osAndroid $ do
let actions = ["get", "drop", "undo"]
-- Gnome