diff --git a/wine/PKGBUILD b/wine/PKGBUILD
index ecfd0bb..3262916 100644
--- a/wine/PKGBUILD
+++ b/wine/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=wine
pkgver=1.5.15
-pkgrel=1
+pkgrel=2
_pkgbasever=${pkgver/rc/-rc}
diff --git a/wine/wine.install b/wine/wine.install
index 33b351d..949e511 100644
--- a/wine/wine.install
+++ b/wine/wine.install
@@ -6,23 +6,6 @@ post_upgrade() {
echo "Please create your ~/.wine with 'WINEARCH=win32 winecfg' if you are unsure and on x86_64."
echo "See the Arch wiki on wine for more information."
echo ""
- echo ""
- echo "KDE 4 Menu Fix"
- echo "The Wine menu items may appear in 'Lost & Found' instead of the Wine menu for KDE 4."
- echo "This is because kde-applications.menu is missing the MergeDir option."
- echo "Edit /etc/xdg/menus/kde-applications.menu"
- echo "At the end of the file add applications-merged after , "
- echo "it should look like this:"
- echo " "
- echo " "
- echo " KDE"
- echo " Core"
- echo " "
- echo " "
- echo " "
- echo " applications-merged "
- echo " applications-kmenuedit.menu"
- echo ""
}
post_install() {
@@ -33,23 +16,6 @@ post_install() {
echo "Please create your ~/.wine with 'WINEARCH=win32 winecfg' if you are unsure and on x86_64."
echo "See the Arch wiki on wine for more information."
echo ""
- echo ""
- echo "KDE 4 Menu Fix"
- echo "The Wine menu items may appear in 'Lost & Found' instead of the Wine menu for KDE 4."
- echo "This is because kde-applications.menu is missing the MergeDir option."
- echo "Edit /etc/xdg/menus/kde-applications.menu"
- echo "At the end of the file add applications-merged after , "
- echo "it should look like this:"
- echo " "
- echo " "
- echo " KDE"
- echo " Core"
- echo " "
- echo " "
- echo " "
- echo " applications-merged "
- echo " applications-kmenuedit.menu"
- echo ""
}
post_remove() {