summarylogtreecommitdiffstats
path: root/nutstore.install
diff options
context:
space:
mode:
Diffstat (limited to 'nutstore.install')
-rw-r--r--nutstore.install21
1 files changed, 21 insertions, 0 deletions
diff --git a/nutstore.install b/nutstore.install
new file mode 100644
index 000000000000..5f155fb39894
--- /dev/null
+++ b/nutstore.install
@@ -0,0 +1,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
+}