summarylogtreecommitdiffstats
path: root/nautilus-dropbox.install
diff options
context:
space:
mode:
authorvlad2016-06-26 00:57:33 +0300
committervlad2016-06-26 00:57:33 +0300
commit253c7738556060297d45e4c8bad0d4b1485d3809 (patch)
tree829082006252b3e6b3466b02730d67f60bb57157 /nautilus-dropbox.install
parentd723c317b06b8a7df400a3379b2dda254bf106f6 (diff)
downloadaur-253c7738556060297d45e4c8bad0d4b1485d3809.tar.gz
remove pkg-config from makedepends, use pacman hooks
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
-}