summarylogtreecommitdiffstats
path: root/nautilus-dropbox.install
diff options
context:
space:
mode:
Diffstat (limited to 'nautilus-dropbox.install')
-rw-r--r--nautilus-dropbox.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/nautilus-dropbox.install b/nautilus-dropbox.install
deleted file mode 100644
index c4f3ef9600b7..000000000000
--- a/nautilus-dropbox.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- cat <<-EndOfMessage
-
-==> Restart nautilus with 'nautilus -q'
-
-EndOfMessage
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}