Date: Monday, November 25, 2019 @ 22:17:21
Author: sangy
Revision: 533308
dpkg.install: attempt to fix grammar
Modified:
dpkg/trunk/dpkg.install
--------------+
dpkg.install | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: dpkg.install
===================================================================
--- dpkg.install 2019-11-25 21:56:28 UTC (rev 533307)
+++ dpkg.install 2019-11-25 22:17:21 UTC (rev 533308)
@@ -1,8 +1,8 @@
post_install() {
- echo " dpkg installs Debian package manager for you."
- echo " It is useful for those who wants to create/modify DEB files."
- echo " But do not use dpkg to install Debian packages at your ArchLinux
machine."
- echo " It will break your system!"
+ echo " dpkg installs Debian package manager."
+ echo " This is useful for those who want to create/modify DEB files."
+ echo " However, *do not* use dpkg to install Debian packages in your
ArchLinux machine."
+ echo " This will break your system!"
echo " You will need to go back to Arch wiki and read the installation
guide again."
echo " You've been warned!"
}