diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/DesktopFile.hs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Build/DesktopFile.hs b/Build/DesktopFile.hs index cd7031fe2..abb5788a8 100644 --- a/Build/DesktopFile.hs +++ b/Build/DesktopFile.hs @@ -26,24 +26,6 @@ import System.Posix.Files import System.FilePath import Data.Maybe -{- The command can be either just "git-annex", or the full path to use - - to run it. -} -desktop :: FilePath -> DesktopEntry -desktop command = genDesktopEntry - "Git Annex" - "Track and sync the files in your Git Annex" - False - (command ++ " webapp") - ["Network", "FileTransfer"] - -autostart :: FilePath -> DesktopEntry -autostart command = genDesktopEntry - "Git Annex Assistant" - "Autostart" - False - (command ++ " assistant --autostart") - [] - systemwideInstall :: IO Bool systemwideInstall = isroot <||> destdirset where |