mirror of
https://abf.rosa.ru/djam/calibre.git
synced 2025-02-25 08:32:46 +00:00
10 lines
316 B
Text
10 lines
316 B
Text
![]() |
#!/bin/sh
|
||
|
|
||
|
# This is a dummy script shipped in the fedora calibre package.
|
||
|
# Since we have better/safer/easier ways to mount mass storage devices
|
||
|
# there's no need to have a suid binary try and do this.
|
||
|
# This script simply exits telling calibre that the device is already
|
||
|
# been mounted by your desktop.
|
||
|
|
||
|
exit 1
|