summaryrefslogtreecommitdiff
path: root/libre-multilib/wine-libre/wine.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-30 19:38:12 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-30 19:38:12 -0200
commitc3f6f76a3c5c4cc11caea64a2329a648bdc18118 (patch)
treef07289e030081935477bb5656fcd228e9e0e7fc7 /libre-multilib/wine-libre/wine.install
parentbde39945a3472cd5048fcf9fbd5a652462f44229 (diff)
downloadabslibre-c3f6f76a3c5c4cc11caea64a2329a648bdc18118.tar.gz
abslibre-c3f6f76a3c5c4cc11caea64a2329a648bdc18118.tar.bz2
abslibre-c3f6f76a3c5c4cc11caea64a2329a648bdc18118.zip
wine-libre: add new package on [libre-multilib]
Diffstat (limited to 'libre-multilib/wine-libre/wine.install')
-rw-r--r--libre-multilib/wine-libre/wine.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre-multilib/wine-libre/wine.install b/libre-multilib/wine-libre/wine.install
new file mode 100644
index 000000000..21dda162b
--- /dev/null
+++ b/libre-multilib/wine-libre/wine.install
@@ -0,0 +1,12 @@
+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
+}