git » sfml.git » commit 472b91c

Remove useless install file

author Bartłomiej Piotrowski
2018-01-13 19:42:09 UTC
committer Bartłomiej Piotrowski
2018-01-13 19:42:09 UTC
parent 298e4dfc3fadb4582f904bc209690ade112e6d16

Remove useless install file

PKGBUILD +0 -1
sfml.install +0 -3

diff --git a/PKGBUILD b/PKGBUILD
index 04c7662..c0c21e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ url='http://www.sfml-dev.org/'
 license=('zlib')
 depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2' 'libx11')
 makedepends=('mesa' 'cmake' 'doxygen' 'git' 'systemd')
-install=sfml.install
 source=("git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver}")
 sha512sums=('SKIP')
 
diff --git a/sfml.install b/sfml.install
deleted file mode 100644
index 75f760b..0000000
--- a/sfml.install
+++ /dev/null
@@ -1,3 +0,0 @@
-post_install() {
-    echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run them individually"
-}