Skip to content

Commit 82fab30

Browse files
📦 deps(arch): Replace devmon (udevil) by udisksctl (udisks2).
1 parent 4adf2a8 commit 82fab30

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

.bin/update

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,6 @@ if $restart ; then
378378
_do sudo systemctl enable --now ntpd # clock sync
379379
echo '+ Enable atd'
380380
_do sudo systemctl enable --now atd # at program
381-
echo '+ Enable devmon'
382-
_do sudo systemctl enable --now devmon@"$USER" # auto mount usb drives program
383381
echo '+ Enable setup-environment'
384382
_do systemctl --user enable setup-environment # setup env variables at login
385383
echo '+ Enable vulnerabilities.timer'

bootstrap/obsolete/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,4 @@ progsreiserfs
140140

141141
dmenu2 # use rofi -dmenu instead (and dmenu's dmenu_path)
142142
untex # use detex instead (recoll)
143+
udevil # devmon, replaced by udisksctl

bootstrap/packages/arch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ unrtf
159159
imagemagick
160160

161161
# File system
162+
udisks2 # udisksctl
162163
inotify-tools
163164
rclone
164165
bat

bootstrap/packages/aur

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ spqr
88

99
# Others
1010
bun-bin
11-
udevil # for devmon
1211
yank-git
1312
python-bibtexparser
1413
python-colored

0 commit comments

Comments
 (0)