summarylogtreecommitdiffstats
path: root/logintop10.install
diff options
context:
space:
mode:
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 "$@"