nautilus-copy-path/nautilus-copy-path.install

12 lines
187 B
Text
Raw Normal View History

2025-09-03 06:51:31 +02:00
post_install() {
echo "In order for the changes to take effect, please restart Nautilus with 'nautilus -q'"
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}