summarylogtreecommitdiffstats
path: root/nutstore.install
blob: 5f155fb3989486bd7426a70c78acb07b6e9b9a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
post_install()
{
    update-desktop-database -q
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    cat <<EOF

==> To make the option "Auto Start Nutstore" in Preferences work, type below command manually in a terminal after installation.
$ install -D /opt/nutstore/gnome-config/autostart/nutstore-daemon.desktop ~/.nutstore/dist/gnome-config/autostart/nutstore-daemon.desktop

EOF
}

post_upgrade()
{
    post_install
}

post_remove()
{
    post_install
}