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

11 lines
187 B
Text

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
}