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