avoid installing linux file manager hooks when running in termux
This commit is contained in:
parent
f5df6244f3
commit
3fdfa8f565
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue