summarylogtreecommitdiffstats
path: root/nautilus-renamer.install
blob: 1aa9f5380c7c1e92c2eec3ad4df252248ffe5b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  glib-compile-schemas /usr/share/glib-2.0/schemas
  echo ""
  echo "Nautilus Renamer Extension has been installed/removed. Restart of Nautilus is needed to make it work properly (hint: 'nautilus -q' in terminal)."
  echo ""
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}