summarylogtreecommitdiffstats
path: root/vim-qt-git.install
diff options
context:
space:
mode:
authorPeter Mattern2015-12-12 00:02:02 +0100
committerPeter Mattern2015-12-12 00:12:43 +0100
commitc65452f55b778329d83bd6777c7bf7ec4878f4c2 (patch)
tree26f825988522d65c79f40ac16ecc541396376e2c /vim-qt-git.install
parent33b7173fc79bbbf0f801aaa7724dbadd4cad498f (diff)
downloadaur-c65452f55b778329d83bd6777c7bf7ec4878f4c2.tar.gz
MIME type handling
complement vim-qt.desktop with key MimeType, have .INSTALL run update-desktop-database (plus some minor polish)
Diffstat (limited to 'vim-qt-git.install')
-rw-r--r--vim-qt-git.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/vim-qt-git.install b/vim-qt-git.install
deleted file mode 100644
index 272ceaacbab4..000000000000
--- a/vim-qt-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}