summarylogtreecommitdiffstats
path: root/wine.install
diff options
context:
space:
mode:
authorMike Swanson2016-06-28 21:46:29 -0700
committerMike Swanson2016-06-28 21:47:09 -0700
commit265cdcf846e283c29b28f73b4de9b9f6b8523e72 (patch)
treece6520bc5bfd6d056de32473055f2a2d654b71b6 /wine.install
parent73a1e04d8bef3a6c0de62f3316f7653fbbc42d9e (diff)
downloadaur-265cdcf846e283c29b28f73b4de9b9f6b8523e72.tar.gz
Remove install file: update-desktop-database is run by pacman hooks
Diffstat (limited to 'wine.install')
-rw-r--r--wine.install7
1 files changed, 0 insertions, 7 deletions
diff --git a/wine.install b/wine.install
deleted file mode 100644
index 36928c2e90cf..000000000000
--- a/wine.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_remove() {
- update-desktop-database -q
-}