feat(profile): general update.
This commit is contained in:
parent
ee328f727b
commit
a46dfaad61
17 changed files with 59 additions and 80 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# Define some paths for some program commonly used
|
||||
# Define some paths for some commonly used programs
|
||||
|
||||
# Browsers
|
||||
|
||||
|
|
@ -26,3 +26,8 @@
|
|||
@{opera_lib_dirs} = @{lib}/@{multiarch}/@{opera_name}
|
||||
@{opera_path} = @{opera_lib_dirs}/@{opera_name}
|
||||
|
||||
# Emails
|
||||
|
||||
@{thunderbird_name} = thunderbird{,-bin}
|
||||
@{thunderbird_lib_dirs} = @{lib}/@{thunderbird_name}
|
||||
@{thunderbird_path} = @{bin}/@{thunderbird_name} @{thunderbird_lib_dirs}/@{thunderbird_name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue