Initial commit
This commit is contained in:
commit
86e06643d6
11 changed files with 244 additions and 0 deletions
11
nautilus-copy-path.install
Normal file
11
nautilus-copy-path.install
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue