summarylogtreecommitdiffstats
path: root/logintop10.install
diff options
context:
space:
mode:
authorjose17112018-09-08 23:38:21 +0200
committerjose17112018-09-08 23:38:21 +0200
commitf7c12f0a05594bfd8dfb56b1751c1db33441aa3e (patch)
tree49d2443ffffeb566d157960b01d45ae9f91af385 /logintop10.install
parent086d602212c78437e7d359cc32536adba7c17e5a (diff)
downloadaur-logintop10.tar.gz
Fix url, add locale_path patch and post_install note
Diffstat (limited to 'logintop10.install')
-rw-r--r--logintop10.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/logintop10.install b/logintop10.install
new file mode 100644
index 000000000000..4e4ba280817a
--- /dev/null
+++ b/logintop10.install
@@ -0,0 +1,17 @@
+post_install() {
+ echo "If you intend to use lang (-l) switch, make sure you have locales generated for the desired language."
+ /bin/true
+}
+
+post_upgrade() {
+ /bin/true
+}
+
+pre_remove() {
+ /bin/true
+}
+
+op=$1
+shift
+
+$op "$@"