summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgciruelos2015-12-01 02:18:25 -0300
committergciruelos2015-12-01 02:18:25 -0300
commite09b19dee90d49cffc34d643904c3c0de2922fa1 (patch)
treeb741027ef0fb438710ed17404b9608fcdeb0f84d
parentc0f91255427e4d9520ffd1175c3fee0d618707c9 (diff)
downloadaur-e09b19dee90d49cffc34d643904c3c0de2922fa1.tar.gz
Chamuyo.q
-rw-r--r--.INSTALL4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.INSTALL b/.INSTALL
new file mode 100644
index 000000000000..09019ac27bca
--- /dev/null
+++ b/.INSTALL
@@ -0,0 +1,4 @@
+post_install() {
+ echo "to make qr work, run \n\t source /etc/profile.d/qriollo.sh"
+ qr
+}
diff --git a/PKGBUILD b/PKGBUILD
index 59edaff02c76..6f4ed640cc4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,3 @@ package() {
echo "export RUTA_QRIOLLO=".:/usr/share/qriollo"" > qriollo.sh
install qriollo.sh -Dm755 $pkgdir/etc/profile.d/qriollo.sh
}
-
-post_install() {
- qr
-}