summaryrefslogtreecommitdiff
path: root/libre-multilib/wine-libre/wine.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-15 02:17:17 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-03-15 02:17:17 -0300
commitb483ba7f74a833c79fe2d449b06099cc163c9e8a (patch)
tree9d3eeeff788901ce60c964f30c1c3a21876a3b14 /libre-multilib/wine-libre/wine.install
parent154f16ef67a339be68a331298d2b00e10a15e693 (diff)
downloadabslibre-b483ba7f74a833c79fe2d449b06099cc163c9e8a.tar.gz
abslibre-b483ba7f74a833c79fe2d449b06099cc163c9e8a.tar.bz2
abslibre-b483ba7f74a833c79fe2d449b06099cc163c9e8a.zip
remove wine-libre because doesn't needs be rebuilt against our mesa-libcl and lib32-mesa-libcl to works well
Diffstat (limited to 'libre-multilib/wine-libre/wine.install')
-rw-r--r--libre-multilib/wine-libre/wine.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre-multilib/wine-libre/wine.install b/libre-multilib/wine-libre/wine.install
deleted file mode 100644
index 21dda162b..000000000
--- a/libre-multilib/wine-libre/wine.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- #echo "This wine package is wow64 enabled. This means it can run 32bit/64bit Windows apps on x86_64."
- #echo "If you are on x86_64, the default WINEARCH will be win64."
- #echo "This will cause a lot of Windows applications to malfunction even if they usually work in wine."
- #echo "Please create your ~/.wine with 'WINEARCH=win32 winecfg' if you are unsure and on x86_64."
- #echo "See the Parabola wiki on wine for more information."
-}
-
-post_remove() {
- update-desktop-database -q
-}