11 lines
187 B
Text
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
|
|
}
|